This commit is contained in:
Timo Schmidt 2023-03-19 05:21:34 +01:00
parent 048ebb2961
commit 475f0e4ba7
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
/* By: tischmid <marvin@42.fr> +#+ +:+ +#+ */ /* By: tischmid <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2023/03/17 20:37:49 by tischmid #+# #+# */ /* Created: 2023/03/17 20:37:49 by tischmid #+# #+# */
/* Updated: 2023/03/17 20:53:13 by tischmid ### ########.fr */ /* Updated: 2023/03/19 05:07:45 by tischmid ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
@ -16,7 +16,6 @@ void ft_ft(int *nbr)
} }
/* //// /* ////
#define START
#include <stdio.h> #include <stdio.h>
int main(void) int main(void)
@ -25,5 +24,6 @@ int main(void)
ft_ft(nbr); ft_ft(nbr);
printf("%d\n", *nbr); printf("%d\n", *nbr);
return (0);
} }
*/ //// */ ////