renemoll / advent_of_code_2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Haskell 100.0%