[SPOILER] Advent of Code 2025 Solutions
- Haskell 100%
| .devcontainer | ||
| .vscode | ||
| bin | ||
| inputs | ||
| src | ||
| test | ||
| .gitignore | ||
| advent2025.cabal | ||
| CHANGELOG.md | ||
| LICENSE | ||
| README.md | ||
Advent of Code 2025 Solutions
My solutions for the Advent of Code 2025 problems.
Running
It is recommended that you use the included dev container because Haskell's toolchain sucks. Otherwise, install GHC and Cabal using GHCup because that's less of a pain than managing it yourself.
Each day is setup as a unique executable target in Cabal. To run the code for a specific day (day 1 used as example):
cabal run day01
Comprehensive test suite that checks against AoC example solutions will be added at some point.