My solutions for the Advent of Code of the year 2025
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.
MagicBardo/
AoC25/
inputs/
day1.txt
day2.txt
...
AoC25_1_1/
main.py
AoC25_1_2/
main.py
AoC25_2_1/
main.py
AoC25_.../
...
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.
Here's the link to the Advent of Code 2025 page: https://adventofcode.com/2025