acc/tests/input07
2023-02-07 10:32:03 +08:00

7 lines
64 B
Plaintext

{
int i;
for (i= 1; i <= 10; i= i + 1) {
print i;
}
}