From baa6be3232b2c6e22b5fd670a48c06c6e26b1beb Mon Sep 17 00:00:00 2001 From: root Date: Mon, 23 Feb 2026 12:12:33 +0000 Subject: [PATCH] push --- ex6/ft_putstr.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ex6/ft_putstr.c b/ex6/ft_putstr.c index 6f21228..b85d049 100644 --- a/ex6/ft_putstr.c +++ b/ex6/ft_putstr.c @@ -6,7 +6,7 @@ /* By: sgongas +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2026/02/22 23:09:29 by sgongas #+# #+# */ -/* Updated: 2026/02/22 23:13:21 by sgongas ### ########.fr */ +/* Updated: 2026/02/23 12:11:46 by sgongas ### ########.fr */ /* */ /* ************************************************************************** */ @@ -26,8 +26,8 @@ void ft_putstr(char *str) ft_putchar(str[i++]); } -int main(void) -{ - ft_putstr(""); - return (0); -} +// int main(void) +// { +// ft_putstr(""); +// return (0); +// }