From 674eff13535d1d66056c3d8c389cc7f65c6ecc36 Mon Sep 17 00:00:00 2001 From: overflowerror Date: Wed, 8 Jul 2020 15:49:57 +0200 Subject: [PATCH] added description to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75097a2..798c0cb 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# fibonacci \ No newline at end of file +# Fibonacci + +Repository for interesting implementations of the fibonacci sequence.