first commit
This commit is contained in:
4
ended/C04-corr/ex04/ft_putnbr_base.c
Normal file
4
ended/C04-corr/ex04/ft_putnbr_base.c
Normal file
@ -0,0 +1,4 @@
|
||||
int main(void)
|
||||
{
|
||||
ft_putnbr_base(126, "0123456789abcdef");
|
||||
}
|
Reference in New Issue
Block a user