1 line
54 B
Text
1 line
54 B
Text
for (int i = 1; i < 10; i += 2) io::printfn("%d", i);
|
for (int i = 1; i < 10; i += 2) io::printfn("%d", i);
|