Previous Years: https://github.com/AlexHedley/adventofcode (https://alexhedley.github.io/adventofcode)
Private Leaderboard
| | 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2
| | 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5
00 | 000 | ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° ° | 0Key: * Both | ■ One | ° None |
| Silver ■ | Gold ⭐ |
|---|---|
| 0 | 0 |
This repo contains my solutions to the Advent of Code 2025 using primarily C#.
The code will likely be bad. :p
dotnet tool install -g dotnet-script
dotnet tool update dotnet-script -g
- dotnet-script [1.6.0]
Copy the 📂 day folder and use.
How to run the solution file for each day depends on the language.
Any C# scripts will require dotnet-script and ScriptUnit.
For C# solutions
cd dayXXdotnet script solution.csxdotnet script tests.csx
or
dotnet script dayXX/solution.csxdotnet script dayXX/tests.csx