8 lines
75 B
C
8 lines
75 B
C
|
void ft_print_comb(void);
|
||
|
|
||
|
int main(void)
|
||
|
{
|
||
|
ft_print_comb();
|
||
|
return 0;
|
||
|
}
|