Adding the libft

This commit is contained in:
Raphael 2024-10-31 17:24:36 +01:00
parent 1b98b537b7
commit c947e43e51
62 changed files with 2098 additions and 19 deletions

View file

@ -6,7 +6,7 @@
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/10/30 16:30:03 by rparodi #+# #+# */
/* Updated: 2024/10/31 12:04:36 by rparodi ### ########.fr */
/* Updated: 2024/10/31 16:43:19 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
@ -14,10 +14,7 @@
int main(int argc, char *argv[])
{
t_info *cub;
if (!ft_parse_args(argc, argv))
return (1);
return (0);
}