Skip to content

Commit 20a1b04

Browse files
authored
Update main.c
1 parent a3f8029 commit 20a1b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ int main()
33
int i;
44
for (i = 0; i < 10; i++)
55
{
6-
printf("Holberton\n");
6+
printf("School\n");
77
}
88
return 0;
99
}

0 commit comments

Comments
 (0)