piscine-timo-moulinette/c00/ex01/ft_print_alphabet_test.c.tmp

6 lines
54 B
Plaintext

int main(void)
{
ft_print_alphabet();
return (0);
}