summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2020-07-12 11:37:58 +0100
committerPaul Buetow <paul@buetow.org>2020-07-12 11:37:58 +0100
commit7f0751cad2196932f16f753fdaf53bc3eea670b8 (patch)
tree06e84b9445ccaff04455fd6518be7f7753f68ff5 /README.md
parent4edf2dd20b300c27dcc96829e262aedcd438291a (diff)
add readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
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.