Playground for solutions to AoC puzzles (including my inputs).
go run ./...
will run all implemented solutions. Specifying year and day will narrow it down do that specific puzzle,
e.g., go run ./... 22 5
will print the solutions for the 2 parts of the 5th puzzle from 2022.