Solutions for Advent of Code 2024 in Haskell
app/
contains solutions for the puzzles.
data/
contains puzzle inputs (not committed to the repo).
Run cabal run
with day and part.
Example, to run Day 1 Part 2:
cabal run aoc-haskell24 -- "01P2"
Note: puzzle inputs have to added to data/
folder.