Change 10e6 to 1e7
This commit is contained in:
committed by
İnanç Gümüş
parent
6c55fa5310
commit
c3fd981de3
@ -20,7 +20,7 @@ package main
|
||||
//
|
||||
// 1. Create a nil slice
|
||||
//
|
||||
// 2. Loop 10e6 times
|
||||
// 2. Loop 1e7 times
|
||||
//
|
||||
// 3. On each iteration: Append an element to the slice
|
||||
//
|
||||
|
Reference in New Issue
Block a user