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