Skip to content

Commit

Permalink
3-print_numbers.c
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuraya committed Feb 23, 2023
1 parent 7495269 commit d672ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 0x04-more_functions_nested_loops/3-print_numbers.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ for (number = 48; number < 58; number++)
{
_putchar(number);
}
_putchar(10);
_putchar('\n');
}

0 comments on commit d672ba2

Please sign in to comment.