piscine-timo-moulinette/c00/ex05/ft_print_comb_test.c.tmp

6 lines
50 B
Plaintext

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