Code for my submissions to Advent of Code 2023 using Python 3.12
Heavily relies on the excellent AOCD package created by @wimglenn: https://github.com/wimglenn/advent-of-code-data
Format code using:
make formatLint code using:
make lintRun unit tests using:
make testRun linting and testing in Docker (also useful for CI integrations):
make test_and_lint_in_dockerRun integration tests:
make integration-testAOC_DAY=1 make runAOC_DAY=1 \
make submit_part_a \
make submit_part_b