nondescript/benchmarks/10m.nds

7 lines
56 B
Plaintext
Raw Normal View History

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