Solving Advent of Code 2016 using Haskell.
Neither do I attempt to solve the problems quickly enough to compete on the leaderboard nor do I pride myself on writing extremely performant Haskell code. This is merely an exercise in using Haskell for some "real world" applications. Feel free to open issues whenever you see room for improvement but please provide explanations. ☺
Running the programs is as easy as
stack build
stack exec 01 < inputs/01.txt
stack exec 02 < inputs/02.txt
…