1
0

🏗️」 wip: testing things, might broke.

This commit is contained in:
2024-07-26 15:43:22 +02:00
parent fb1c93389f
commit 930867803d
5 changed files with 21 additions and 29 deletions

View File

@ -6,7 +6,7 @@
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/07/07 15:10:29 by adjoly #+# #+# */
/* Updated: 2024/07/25 16:24:01 by adjoly ### ########.fr */
/* Updated: 2024/07/26 15:23:45 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -23,6 +23,6 @@ int main(int ac, char **av)
data = philo_parse(av, ac);
if (data.error == true)
return (EXIT_FAILURE);
init_philo(data);
init_fork(data);
return (EXIT_SUCCESS);
}