Erythro/tests/old/funcs4

10 lines
111 B
Plaintext

void :: main() {
int i;
for(i = 0; i < 5; i = i + 1) {
PrintInteger(i);
}
}