From f83d51acb209979ea0038a2477917f4dc5c95a5c Mon Sep 17 00:00:00 2001 From: lclerel- lclerel- Date: Thu, 19 Mar 2026 11:47:18 +0100 Subject: [PATCH] Comment int main(void) (Fuck you, really. FUCK YOU.)y --- ex5/ft_split.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ex5/ft_split.c b/ex5/ft_split.c index 9e5302a..5ece03c 100644 --- a/ex5/ft_split.c +++ b/ex5/ft_split.c @@ -6,7 +6,7 @@ /* By: lclerel- +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2026/03/18 10:29:59 by lclerel- #+# #+# */ -/* Updated: 2026/03/19 11:46:12 by lclerel- ### ########.fr */ +/* Updated: 2026/03/19 11:47:13 by lclerel- ### ########.fr */ /* */ /* ************************************************************************** */ @@ -94,7 +94,7 @@ char **ft_split(char *str, char *charset) return (res); } -int main(void) +/*int main(void) { char **res; int i; @@ -114,4 +114,4 @@ int main(void) i++; } return (0); -} +}*/