From 04e4c850250c6a6050aee4bf839001613d846f1c Mon Sep 17 00:00:00 2001 From: Nathan Melaku Date: Fri, 19 Oct 2018 08:13:29 +0300 Subject: [PATCH] add README.md --- Game_Of_Life_in_C/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Game_Of_Life_in_C/README.md diff --git a/Game_Of_Life_in_C/README.md b/Game_Of_Life_in_C/README.md new file mode 100644 index 00000000..f2bbd09e --- /dev/null +++ b/Game_Of_Life_in_C/README.md @@ -0,0 +1,5 @@ +**TEST** + +in order to test this binary. run + ./Game +this shows the usage.