Solutions to Advent of Code puzzels.
Includes all example input and tests to verify the matching example result is produced.
Run tests using:
make tests
To get your personal result for a specific day, first download the input and save
it as a plain text file in the inputs directory using the path format {year}/day{number}.txt.
Then run the following command:
python -m aoc{year}.day{number}
For example:
python -m aoc2022.day2