This repository contains my solutions for Advent of Code 2025.
Advent of Code 2025 features 12 days of programming challenges. This year, I plan to approach this with assistance from Claude Code and other AI-assistance tools as needed.
This project uses Python 3.13 and pipenv for dependency management.
pipenv install
pipenv shellEach day's challenge is contained in its own directory (day01/, day02/, etc.) with the following files:
dayXX.py- Solution codedayXX.dat- Puzzle inputdayXX_example_part1.dat- Example input for part 1dayXX_example_part2.dat- Example input for part 2
- Day 1
- Day 2
- Day 3
- Day 4
- Day 5
- Day 6
- Day 7
- Day 8
- Day 9
- Day 10
- Day 11
- Day 12