1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# philosophers test Test for the philosophers project of school 42. ## Usage Clone this repository next to your project directory. (or change the default path in the config) ``` . |- philosophers/ |- philosophers_test/ ``` ``` ./run --help ```