6 lines
81 B
C
6 lines
81 B
C
|
int main()
|
||
|
{
|
||
|
ft_putnbr_base(256, "01");
|
||
|
}
|
||
|
|