42_C_PISCINE/Test/c04/ex04/main.c

6 lines
81 B
C
Raw Normal View History

2023-05-17 12:45:25 -04:00
int main()
{
ft_putnbr_base(256, "01");
}