Skip to content

breezko/Advent-of-Code-2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2025

Advent Of Code is an annual programming event. Daily challenges published in December 2025 can be found on https://adventofcode.com/2025

⚠️ Spoiler Alert

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.

Running Solutions

To run all days:

python -m main

To run a specific day:

python -m days.<day_number>

Example:

python -m days.day01

About

Advent of Code 2025 (AoC) - Python implementation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages