PR for Day 03 of #adventofcode.
The aha moment today was using a tuple as the accumulator.
PR for Day 02 of #adventofcode.
Haskell's HLS is impressive for always wanting to reduce complexity. I鈥檓 stumbling my way through and today was quite challenging with trying to figure out the correct list type to use.
PR for Day 01 of #adventofcode.
Ignoring input parsing, I鈥檓 rather surprised as the conciseness of the solution with Haskell.
Inspired by @xavdid, I鈥檒l be attempting the #adventofcode with a twist. I鈥檒l be attempting it by using a newish-to-me language, Haskell!