「🏗️」 wip: testing things, might broke.
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user