/advent_of_code_2023

advent_of_code_2023

Primary LanguageHaskellMIT LicenseMIT

Advent of Code 2023

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

How to run

  • cabal run aoc2023 will run all of the days, giving you all of the solutions.
  • cabal run aoc2023 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).