This is my solutions in C# to AoC 2024.
- Install the dotnet command line tool
- Download input for day N from AoC 2024 and place into the folder of the day as a file named
input
. - Run with:
For day N, part 1:
$ cd N
$ dotnet run
For day N, part 2:
$ cd N_2
$ dotnet run