/advent_of_code_2022

Primary LanguageHaskellMIT LicenseMIT

Advent of code 2022

My solutions for AoC 2022.

Why Haskell? It's my christmas tradition.

Running the code

I am using Haskell (GHC 8.10.7) with split.

Execute:

> cabal v2-run
> cabal v2-run advent-of-code2022 -- all
> cabal v2-run advent-of-code2022 -- last

Docker image

GHCI

docker run -it --rm haskell:8.10

Developing

Setup:

> cabal v2-update
> cabal v2-install -j