Skip to content

samcunliffe/aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aoc

My Advent of Code solutions.

🍦 I'm going for nearly vanilla Python. Numpy is allowed; Pytest for TDD; and obviously, I'm using uv.

I might change my mind about the rules next year.

aoc-logos

uv

Install everything:

uv sync

My solutions are:

uv run python 2025/<day>/*.py

Tests with:

uv run pytest

(I manually increment the version in pyproject.toml and the pytest.testpaths in the GitHub action each year).