- Install GHC 9.10 and Cabal
git clone
cabal build && clear && cabal run aoc2024 -- [day] [part] [puzzle input]
Where [puzzle input]
should be a .txt
file located at the day's folder.
Day 1, part 1 using src/Day1/input.txt
would be cabal run aoc2024 -- 1 1 input
dont