This is my attempt at solving this year's Advent of Code, in Haskell. Previous year's solutions:
cabal run aoc2022
will run all of the days, giving you all of the solutions.cabal run aoc2022 DAY_NUMBER
will run the code for the give day.cabal test
will run the test suite, ensuring that the results are correct (first against the provided sample, then against the actual result).