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 < 25; i++) { printf("Hello Holberton\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.