aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2021-12-01 13:15:20 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2021-12-01 13:15:20 +0200
commit8c01338d1ce04103308628fad0038a890c2803fe (patch)
tree5dbbda72ce83677c6e7e35447f5e6ab937a9b3f2 /README.md
Day 01
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f039909
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+# Advent of Code 2021
+
+Language: Haskell
+
+## Running exercises
+
+ cd day01
+ ghc ../utils.hs main.hs && (cat input.txt | ./main)
+
+## Author
+
+Jan Tuomi <<jans.tuomi@gmail.com>>