Advent Of Code is an annual programming event. Daily challenges published in December 2025 can be found on https://adventofcode.com/2025
Caution
This repository contains full solutions to Advent of Code 2025. If you want to solve the puzzles yourself, avoid reading the code to prevent spoilers.
To run all days:
python -m main
To run a specific day:
python -m days.<day_number>Example:
python -m days.day01