This repo contains my solutions for problems from Advent of Code
# make a new file from template
make new y=2025 d=1
# use curl to grab problem input
export AOC_SESSION=...
curl -H "Cookie: session=$AOC_SESSION" https://adventofcode.com/2025/day/1/input > input
# run solution
uv run python3 2025/day1.py < input