c_piscine__offshore_mains/c00/ex06.c
2023-11-22 00:40:57 +04:00

6 lines
65 B
C

void ft_print_comb2(void);
int main(void)
{
ft_print_comb2();
}