summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.