Comment int main

This commit is contained in:
lclerel- lclerel-
2026-03-10 17:18:07 +01:00
parent 1036380c96
commit d4a264b950

View File

@@ -6,7 +6,7 @@
/* By: lclerel- <lclerel-@learner.42.tech> +#+ +:+ +#+ */ /* By: lclerel- <lclerel-@learner.42.tech> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2026/03/10 17:05:58 by lclerel- #+# #+# */ /* Created: 2026/03/10 17:05:58 by lclerel- #+# #+# */
/* Updated: 2026/03/10 17:14:39 by lclerel- ### ########.fr */ /* Updated: 2026/03/10 17:17:53 by lclerel- ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
@@ -33,8 +33,8 @@ void ft_putstr_non_printable(char *str)
} }
} }
int main(void) /*int main(void)
{ {
ft_putstr_non_printable("Coucou\nLumi\n:3"); ft_putstr_non_printable("Coucou\nLumi\n:3");
return (0); return (0);
} }*/