Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 98 Bytes

File metadata and controls

5 lines (5 loc) · 98 Bytes

int main() { int i; for (i = 0; i < 32; i++) { printf("Hello, School\n"); } return 0; }