6 lines
65 B
C
6 lines
65 B
C
void ft_print_comb2(void);
|
|
int main(void)
|
|
{
|
|
ft_print_comb2();
|
|
}
|