This is my solution to the from 42.
Subject:
- Clone the repo:
git clone https://github.com/TheoGuerin64/Philosophers.git0.0
- Go to the basic or bonus folder:
cd philo|philo_bonus
- Build:
make
- Run the executable:
./philo|philo_bonus <number of philosophers> <time to die> <time to eat> <time to sleep> [number of times each philosopher must eat]