From 7f0751cad2196932f16f753fdaf53bc3eea670b8 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 12 Jul 2020 11:37:58 +0100 Subject: add readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..09d7305 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +Algorithms +========== + +This includes exercises from the Algorithms lecture. + +How to set-up: + +1. Set GOPATH, e.g. ~/go +2. Copy algorithms repo to $GOPATH/src/algorithms + +Now you are set. We are not using this as a Go module yet. -- cgit v1.2.3