Files
42_INT_03_ft_printf/mainbis.c
2020-06-29 23:42:35 +02:00

7 lines
62 B
C

#include <stdio.h>
int main(void)
{
printf("%s\n", NULL);
}