From 861621b9bdbdc7336183597b3ffd4ee161be19f3 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Sun, 27 Sep 2020 13:28:36 +0200 Subject: Initial commit --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 +``` -- cgit