We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3f8029 commit 20a1b04Copy full SHA for 20a1b04
main.c
@@ -3,7 +3,7 @@ int main()
3
int i;
4
for (i = 0; i < 10; i++)
5
{
6
- printf("Holberton\n");
+ printf("School\n");
7
}
8
return 0;
9
0 commit comments