My Advent of Code solutions.
Find a file
2026-08-18 13:43:22 +01:00
2025 removed unnecessary comments (old code), and marked day 3, 2025 as incomplete 2026-08-18 13:43:22 +01:00
README.md Uploaded all of my code from AoC 2025 :D 2026-08-18 00:07:33 +01:00

My solutions (or attempts) at Advent of Code.

A year is split into folders for each day, and each day is split into part_1.py and part_2.py. Please save the data provided to you into puzzle_input.txt if you wish to experiment with your own Advent of Code inputs.

Please note: I never fully completed Advent of Code 2025, I will try better next time!