nondescript/benchmarks/10m.nds

7 lines
56 B
Plaintext

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