pettni / aoc2023

Advent of code

Repository from Github https://github.compettni/aoc2023Repository from Github https://github.compettni/aoc2023

Advent of Code [Haskell]

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

About

Advent of code


Languages

Language:Haskell 99.9%Language:Shell 0.1%