3 lines
46 B
Scala
3 lines
46 B
Scala
println(time {
|
|
for(i <- 1 to 10000000) {}
|
|
})
|
println(time {
|
|
for(i <- 1 to 10000000) {}
|
|
})
|