From 2ced9aed8d25daefd264891007092e2000bcf5e7 Mon Sep 17 00:00:00 2001 From: lclerel- lclerel- Date: Fri, 6 Mar 2026 10:57:16 +0100 Subject: [PATCH] Comment Int Main Ex1 --- ex1/ft_print_comb.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ex1/ft_print_comb.c b/ex1/ft_print_comb.c index 05aeeae..ca5ce55 100644 --- a/ex1/ft_print_comb.c +++ b/ex1/ft_print_comb.c @@ -6,7 +6,7 @@ /* By: lclerel- +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2026/03/05 09:00:24 by lclerel- #+# #+# */ -/* Updated: 2026/03/06 10:26:18 by lclerel- ### ########.fr */ +/* Updated: 2026/03/06 10:56:51 by lclerel- ### ########.fr */ /* */ /* ************************************************************************** */ @@ -45,8 +45,8 @@ void ft_print_comb(void) } } -int main(void) +/*int main(void) { ft_print_comb(); return (0); -} +}*/