Basic implementation of a dining philosophers problem in C++.
The project compilation should be done with the help of Make GNU
In order to start execution, run the following command:
make build
./main
Below you can see example of program execution.