Source code for the 2024 edition of Advent of Code.
The solutions are written in C# 13 (.NET 9). To run a solution for a specific day, navigate to the repository's root and
run the following command (where XX
is the day number):
cd src/DayXX && dotnet run && cd -
Day | Part One | Part Two |
---|---|---|
1 | ⭐ | ⭐ |
2 | ⭐ | ⭐ |
3 | ⭐ | ⭐ |
4 | ⭐ | ⭐ |
5 | ⭐ | ⭐ |
6 | ⭐ | ⭐ |
7 | ⭐ | ⭐ |
8 | ⭐ | ⭐ |
9 | ⭐ | ⭐ |
10 | ⭐ | ⭐ |
11 | ⭐ | ⭐ |
12 | ⭐ | ⭐ |
13 | ⭐ | ⭐ |
14 | ⭐ | ⭐ |
15 | ⭐ | ⭐ |
16 | ⭐ | ⭐ |
17 | ⭐ | ⭐ |
18 | ⭐ | ⭐ |
19 | ⭐ | ⭐ |
20 | ⭐ | ⭐ |
21 | ⭐ | ⭐ |
22 | ⭐ | ⭐ |
23 | ⭐ | ⭐ |
24 | ⭐ | ⭐ |
25 | ⭐ | ⭐ |
This project is licensed under the MIT License — see the LICENSE file for details.