Files
alecc/examples/tests/test_for.c
2025-08-23 13:50:26 +02:00

2 líneas
60 B
C

int main() { int i; for (i = 0; i < 5; i++) { } return 0; }