Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 301 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 301 Bytes

Advent of Code 2024, in Python

This project uses uv.

To generate a new solution for a particular day, run:

uv run generate.py <day> <title>

To run a particular solution:

uv run day01.py

To run the unit tests:

uv run pytest