aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: f039909be02ea8d5bf513056b40747d63e030ed5 (plain)
1
2
3
4
5
6
7
8
9
10
11
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>>