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