We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e6718 commit 030ac28Copy full SHA for 030ac28
0x02-functions_nested_loops/1-alphabet.c
@@ -9,6 +9,7 @@
9
void print_alphabet(void)
10
{
11
int c = 97;
12
+
13
while (c <= 122)
14
15
_putchar(c);
0 commit comments