Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 592 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 592 Bytes

(λ adventofcode → 2016)

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
…