package
0.0.0-20241217141415-9047960d484b
Repository: https://github.com/matthewchivers/advent-of-code.git
Documentation: pkg.go.dev

# README

Advent of Code {{YEAR}} - Day {{DAY}}

In this readme I detail the puzzle instructions from adventofcode.com/{{YEAR}}/day/{{DAY}} along with the answers to the puzzle, and any explanation on how I solved it. I typically try to comment the code in such a way that further explanation is not needed, but if things are particularly peculiar then I'll write a little something here.

Instruction Summary