My solutions to all 25 problems (50 stars) from Advent of Code 2020 (https://adventofcode.com/2020/), written in Haskell with the help of the Haskell Tool Stack.
In the root folder, run
λ stack run
and input your desired Advent of Code day (indexed from 1!). The answers to both relevant stars will be printed to stdout
.
- haskell-stack
- ghc