kuroko/test/testPrintBenchmark.krk

5 lines
49 B
Plaintext

let x = 1
while x < 1000000:
print x
x++