Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 362 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 362 Bytes

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>