first commit
This commit is contained in:
6
ended/C01/ex00/ft_ft.c
Normal file
6
ended/C01/ex00/ft_ft.c
Normal file
@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
void ft_ft(int *nbr)
|
||||
{
|
||||
*nbr = 42;
|
||||
}
|
Reference in New Issue
Block a user