Skip to content

Commit

Permalink
fix: fix the put_nbr.c
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcAgen committed Oct 23, 2024
1 parent 5b7fa65 commit fc8ca7b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/handler/put_nbr.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,3 @@ int printf_put_nbr(int nb)
}
return 0;
}

int main(void)
{
printf_put_nbr(42);
}

0 comments on commit fc8ca7b

Please sign in to comment.