/* By: ljiriste <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/03/22 11:19:48 by ljiriste #+# #+# */
-/* Updated: 2024/05/30 14:56:37 by ljiriste ### ########.fr */
+/* Updated: 2024/05/31 09:20:07 by ljiriste ### ########.fr */
/* */
/* ************************************************************************** */
{
printf("The input should be in form:\n"
"\t%s number_of_philosophers time_to_die time_to_eat"
- "time_to_sleep [number_of_times_each_philosopher_must_eat]\n",
+ " time_to_sleep [number_of_times_each_philosopher_must_eat]\n",
argv[0]);
return (1);
}