Skip to content

Necas209/Advent-of-Code-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advent-of-Code-2024

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 -

Progress

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

License

This project is licensed under the MIT License — see the LICENSE file for details.

About

Source code for the 2024 edition of Advent of Code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages