Advent of Code My solutions to the Advent of Code puzzles. Setup Make sure uv is installed on your system, clone the repository and run: uv sync --frozen pre-commit install --install-hooks Initialize a new day using the template uv run python -m aoc <YEAR> <DAY>