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

8 lines
76 B
C
Raw Permalink Normal View History

2023-05-17 12:45:25 -04:00
#include <stdio.h>
int main ()
{
printf("%d ", ft_atoi(" --++4"));
}