Skip to content

MagicBardo/AoC25

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent_of_Code25

My solutions for the Advent of Code of the year 2025

Intro:

Hello, World! In here, I'm trying to solve the Advent of Code tasks and show my working steps.

Each task has its own working folder with mostly just a main.py file. As you might think now, I mainly work in Python for this.

Structure:

MagicBardo/
  AoC25/
    inputs/
        day1.txt
        day2.txt
        ...
    AoC25_1_1/
      main.py
    AoC25_1_2/
      main.py
    AoC25_2_1/
      main.py
    AoC25_.../
      ...

Download / Usage:

If you are interested in testing my solutions yourself, feel free to download the project and use it for yourself, but please not for commercial stuff ... if it would even be good enough for that ...
Note that the input for each task is available on the AoC25 Website (link) and needs to be put into a file by yourself before using my code. You also may need to change the file path to your specific location.

Link:

Here's the link to the Advent of Code 2025 page: https://adventofcode.com/2025

About

My solutions for the Advent of Code 2025

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages