Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.32 KB

File metadata and controls

52 lines (37 loc) · 1.32 KB

🎄 Advent of Code 2025 – C# (.NET 8)

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

🛠 Tech Stack

  • Language: C#
  • Framework: .NET 8
  • Runtime: .NET Core
  • IDE: Visual Studio / VS Code

📂 Project Structure

Each day’s challenge is organized into its own folder for clarity and minimal chaos.

AdventOfCode2025
├── Day01
├── Day02
├── Day03
└── ...

🎯 Purpose

  • Practice problem-solving and algorithms
  • Strengthen C# and .NET fundamentals
  • Provide reference solutions for fellow AoC participants

🤝 Contributions & Feedback

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.


📜 Disclaimer

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 🎄🚀