dilaria/test.dil
2022-01-04 23:09:18 +01:00

7 lines
No EOL
62 B
Text

let i = 0;
while i < 100000 {
i = i + 1;
}
print "done";