piscine-timo-moulinette/c00/ex01/ft_print_alphabet_main.c

6 lines
54 B
C

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