3 lines
41 B
Text
3 lines
41 B
Text
|
|
U64 i = 0;
|
||
|
|
while (++i) Print("%d\n", i);
|