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
13 | 622 | * * * * ° * ° ■ * ° ° ° ° ° * ° ° ° ° ° ° ° ° ° ° | 14
Key: * Both | ■ One | ° None |
Silver ■ | Gold ⭐ |
---|---|
2 | 6 |
- Day 1
- Day 2
- Day 3
- Day 4
- Day 5 *
- Day 6
- Day 7 *
- Day 8
- Day 9
- Day 10 *
- Day 11 *
- Day 12 *
- Day 13 *
- Day 14 *
- Day 15
- Day 16 *
- Day 17 *
- Day 18 *
- Day 19 *
- Day 20 *
- Day 21 *
- Day 22 *
- Day 23 *
- Day 24 *
- Day 25 *
This repo contains my solutions to the Advent of Code 2023 using primarily C#.
The code will likely be bad. :p
dotnet tool install -g dotnet-script
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 dayXX
dotnet script solution.csx
dotnet script tests.csx
or
dotnet script dayXX/solution.csx
dotnet script dayXX/tests.csx