An open API service indexing awesome lists of open source software.

https://github.com/paraseba/advent-of-code-2022

My solutions to Advent of Code '22
https://github.com/paraseba/advent-of-code-2022

Last synced: 11 months ago
JSON representation

My solutions to Advent of Code '22

Awesome Lists containing this project

README

          

# Advent of code 2022

Haskell solutions to [year 2022 problems](https://adventofcode.com/2022).

* Install nix
* Run `nix develop` in the root dir. First time it will take a while.
* Run all problems with `cabal run aoc`,
* or specific days with `cabal run aoc -- 5 9 25`.