3 lines
72 B
Scala
3 lines
72 B
Scala
def count(i:Int) = for(j <- 1 to i){}
|
|
|
|
println(time (count(10000000)))
|
def count(i:Int) = for(j <- 1 to i){}
|
|
|
|
println(time (count(10000000)))
|