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