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