Comment all Main (It's for debug only)

This commit is contained in:
lclerel- lclerel-
2026-03-05 19:10:32 +01:00
parent 5a0e7fb0dd
commit 73c0d1c7a8
3 changed files with 22 additions and 9 deletions

View File

@@ -6,7 +6,7 @@
/* By: lclerel- <lclerel-@learner.42.tech> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2026/03/05 13:17:20 by lclerel- #+# #+# */
/* Updated: 2026/03/05 13:37:09 by lclerel- ### ########.fr */
/* Updated: 2026/03/05 19:10:09 by lclerel- ### ########.fr */
/* */
/* ************************************************************************** */
@@ -34,8 +34,8 @@ void ft_putnbr(int nb)
write(1, &value, 1);
}
int main(void)
/*int main(void)
{
ft_putnbr(42);
return (0);
}
}*/