Get started:
# Install ghcup with some method (like brew)
brew install ghcup
Build the project
cabal update
cabal build all
cabal test # run unit tests
Run
cabal run aoc2023 all # run all days
cabal run aoc2023 3 # run specific day
Advent of code
Get started:
# Install ghcup with some method (like brew)
brew install ghcup
Build the project
cabal update
cabal build all
cabal test # run unit tests
Run
cabal run aoc2023 all # run all days
cabal run aoc2023 3 # run specific day
Advent of code