piscine-timo-moulinette/c00/ex02/ft_print_reverse_alphabet_t...

6 lines
62 B
Plaintext

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