Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 780 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 780 Bytes

Philosophers

🤔In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes.

📥 Installation

git clone https://github.com/willianlim/philosophers

✍ Usage

# Entering the project directory
cd philosophers && cd philo

# Compiling the program
make

# Example of arguments that can be used to compile the program
./bin/philo 5 800 200 200

# Exclude the objects
make fclean

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

📝 License