This repository includes my solutions for the daily coding challenges presented during Advent of Code 2024. I wrote all solutions in C# as part of my journey to learn and improve my skills in the language. Over the course of the event, I successfully earned 29 stars.
Each day has its own project containing:
- My solution in C#.
- Input.
Clone repository
git clone https://github.com/Aadameqq/aoc2024.gitRun the solution for a specific day, use the following command:
dotnet run --project AdventOfCode/DayNreplace N with the corresponding day number.