/advent_of_code_2022

Primary LanguageHaskellMIT LicenseMIT

Advent of Code 2022

This is my attempt at solving this year's Advent of Code, in Haskell. Previous year's solutions:

How to run

  • 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).