diff options
| author | Paul Buetow <paul@buetow.org> | 2020-07-12 11:37:58 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2020-07-12 11:37:58 +0100 |
| commit | 7f0751cad2196932f16f753fdaf53bc3eea670b8 (patch) | |
| tree | 06e84b9445ccaff04455fd6518be7f7753f68ff5 | |
| parent | 4edf2dd20b300c27dcc96829e262aedcd438291a (diff) | |
add readme
| -rw-r--r-- | README.md | 11 |
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. |
