nondescript/benchmarks/10m.nds

7 lines
58 B
Plaintext

var x = 0;
while (x < 10000000)
x = x + 1
;
print (x);