From c478fb69b1388dcd89d3134918e1d9548ba10b5d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= <henrik@tjaders.com>
Date: Wed, 1 Nov 2017 16:54:43 +0100
Subject: [PATCH] Description of the program

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index f9eabea..77cf866 100644
--- a/README.md
+++ b/README.md
@@ -37,3 +37,11 @@ cargo build
 ```
 cargo run
 ```
+
+## Description
+
+A simple guessing game where one tries to find the correct number between 1 and 100.
+
+Rejecting non-numerical input and keeping track of number of attempts.
+
+Currently in debug mode, thus the hidden number is shown at program startup.
-- 
GitLab