This repo contains my working solutions for https://adventofcode.com puzzles, organized by year and day. To get the actual input for a puzzle, sign in on the Advent of Code website and copy your input from the puzzle page.
- Each day's solution is the
run.pyfile inside that day's folder. input.txtis typically the real inputtest_input.txtcontains test cases / examples used while developing- To run a solution:
cdinto the day's folder and run the python file:
cd adventofcode/2025/day5
python run.py