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

https://github.com/coding-cactus/aoc-2024-haskell


https://github.com/coding-cactus/aoc-2024-haskell

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

Bad Haskell solutions to Advent of Code 2024.

Run `$ stack ghci` then in GHCI run `solve dayXPartY`, e.g. for day 21 part 2: `solve day21Part2`.