aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2021-12-01 13:41:00 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2021-12-01 13:41:00 +0200
commit81d288abb85f53c7852a0ab8d0c690786b7807c4 (patch)
tree5133a8114a3413f8ba79f3a08d8384ecdc79eea9 /README.md
parent8c01338d1ce04103308628fad0038a890c2803fe (diff)
Add run script
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index f039909..68353ca 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,7 @@ Language: Haskell
## Running exercises
- cd day01
- ghc ../utils.hs main.hs && (cat input.txt | ./main)
+ ./aoc day01
## Author