piscine-timo-moulinette/c04/ex01/ft_putstr_test.c

5 lines
48 B
C

int main(void)
{
ft_putstr("HELLO WORLD\n");
}