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

5 lines
48 B
Plaintext

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