c00/ex00: create main
This commit is contained in:
parent
1ecadf1b71
commit
6a49d7c807
13
c01/ex00.c
Normal file
13
c01/ex00.c
Normal file
@ -0,0 +1,13 @@
|
||||
#include <stdio.h>
|
||||
void ft_ft(int *nbr);
|
||||
int main()
|
||||
{
|
||||
int sup;
|
||||
int *johnny;
|
||||
|
||||
sup = 666;
|
||||
johnny = ⊃
|
||||
ft_ft(johnny);
|
||||
printf("%d\n", *johnny);
|
||||
return (0);
|
||||
}
|
Loading…
Reference in New Issue
Block a user