From 14079d51e7483693357d367b57ace7b520f5fe11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gytis=20Repe=C4=8Dka?= Date: Tue, 9 Oct 2018 20:37:00 +0300 Subject: [PATCH] Updated README with initial details. --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index d0032d7..14bc442 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,23 @@ # go-learning Go language learning exercises. + + +## Download and run ## + +Download repository contents from GitHub: + +``` +git clone https://github.com/gytisrepecka/go-learning.git +``` + +Run desired file, e.g.: + +``` +go run recursive-function.go +``` + +Have fun! + +## Credits ## + +These programs are written as Go programming language self-learning effort by Gytis Repečka. Read more at [my website](https://gyt.is/).