init
This commit is contained in:
5
Test/c04/ex04/main.c
Normal file
5
Test/c04/ex04/main.c
Normal file
@ -0,0 +1,5 @@
|
||||
int main()
|
||||
{
|
||||
ft_putnbr_base(256, "01");
|
||||
}
|
||||
|
Reference in New Issue
Block a user