We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
int main() { int i; for (i = 0; i < 32; i++) { printf("Hello, School\n"); } return 0; }