4 lines
45 B
Text
4 lines
45 B
Text
|
|
int i=1;
|
||
|
|
while(true)
|
||
|
|
write("%d\n", i++);
|