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; }
A very simple snippet of C code, for Holberton School's admissions.
There was an error while loading. Please reload this page.