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