c_piscine__offshore_mains/c00_ex06.c
2023-11-21 23:10:07 +04:00

6 lines
65 B
C

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