diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..a65ae2a --- /dev/null +++ b/README.md @@ -0,0 +1,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 +``` |
