/advent2022

Primary LanguageHaskellOtherNOASSERTION

Advent of Code 2022 Solutions

https://adventofcode.com/2022

Run all solutions with make.

Run doctests for interactive development with find {src,*.cabal} | entr -- cabal exec -- doctest -isrc src/*.

Uses aoc-cli to download required input.