Advent of Code 2020 Solutions to the Advent of Code 2020 challenge. Written in Haskell as a Stack project. Running the solutions First install haskell-stack. For the day <n> solution: $ stack build $ stack exec advent-of-code-aoc2020-exe <n> < data/input<nn>.txt