tomjemmett / advent_of_code_2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Haskell 100.0%