This repo contains my solutions for the coding puzzles from Advent of Code, implemented in C# using the latest .NET 9 framework.
Advent of Code is an annual event that runs from December 1st to December 25th. Every day, a new programming puzzle is released, challenging developers of all skill levels to solve creative and fun problems.
The repository is organized as follows:
📂 AdventOfCode2024
├── 📂 Day01
│ ├── Puzzle1.cs # Solution for Day 1
│── Start.cs # Main class that runs solutions
└── AdventOfCode_2024.sln # Solution file
In order to respect the TOS of this event, this repository will not contain the file inputs and puzzle texts
Year | Result |
---|---|
2024 | 20 stars |