Skip to content

Commit 946526a

Browse files
committed
Solution to task 1
1 parent 6be476b commit 946526a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

0x03-debugging/1-main.c

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@ int main(void)
1313

1414
i = 0;
1515

16-
/**
17-
* while (i < 10)
18-
* {
19-
* putchar(i);
20-
* }
21-
*/
16+
/* while (i < 10) */
17+
{
18+
putchar(i);
19+
}
2220

2321
printf("Infinite loop avoided! \\o/\n");
2422

0 commit comments

Comments
 (0)