piscine-timo-moulinette/c00/ex08/ft_print_combn_test.c.tmp

6 lines
52 B
Plaintext

int main(void)
{
ft_print_combn(5);
return (0);
}