Comment out main function

This commit is contained in:
Timo Schmidt 2023-03-24 01:32:14 +01:00
parent 9a9e9102eb
commit f7ce97499b
1 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@
/* By: tischmid <marvin@42.fr> +#+ +:+ +#+ */ /* By: tischmid <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2023/03/19 11:49:46 by tischmid #+# #+# */ /* Created: 2023/03/19 11:49:46 by tischmid #+# #+# */
/* Updated: 2023/03/24 00:46:53 by tischmid ### ########.fr */ /* Updated: 2023/03/24 01:30:43 by tischmid ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
@ -26,7 +26,7 @@ unsigned int ft_strlcpy(char *dest, char *src, unsigned int size)
return (size); return (size);
} }
#define START /* ////
#include <stdio.h> #include <stdio.h>
int main(void) int main(void)
@ -44,3 +44,4 @@ int main(void)
} }
return (0); return (0);
} }
*/ ////