This repository contains my solutions for Advent of Code 2025, written in C# using .NET 8.
The plan is ambitious and mildly optimistic:
- Complete all Advent of Code 2025 challenges
- Keep solutions clean, readable, and practical
- Help others who want to solve AoC using C# without losing their sanity
- Language: C#
- Framework: .NET 8
- Runtime: .NET Core
- IDE: Visual Studio / VS Code
Each dayβs challenge is organized into its own folder for clarity and minimal chaos.
AdventOfCode2025 βββ Day01 βββ Day02 βββ Day03 βββ ...
- Practice problem-solving and algorithms
- Strengthen C# and .NET fundamentals
- Provide reference solutions for fellow AoC participants
Suggestions, improvements, or alternate solutions are welcome.
Feel free to open a discussion or submit a pull request if you think something can be improved.
These solutions are written for learning and clarity.
They may not always be the shortest or fastest, but they aim to be understandable.
Happy coding and good luck with Advent of Code ππ