Skip to content

Commit 3ee3620

Browse files
last chance on 100
1 parent 4a47696 commit 3ee3620

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed
8.33 KB
Binary file not shown.
0 Bytes
Binary file not shown.

0x01-variables_if_else_while/100-print_comb3.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ int main(void)
2020
{
2121
putchar(d);
2222
putchar(p);
23+
24+
if (d == '8' && p == '9')
25+
continue;
26+
2327
putchar(',');
2428
putchar(' ');
2529
}

0 commit comments

Comments
 (0)