https://adventofcode.com/2021/about
Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.
- dotNET 6.0 SDK
- Nuget package manager
- Advents - solutions to Day challenges
- Benchmarks - benchmarks of each solution with BenchmarkDotNet
- Puzzles - inputs for training + puzzle from AdventOfCode website
- Tests - outputs from training + puzzle input
Navigate to AdventOfCode2021.csproj directory and execute the Test command
dotnet test --configuration Release
Navigate to AdventOfCode2021.csproj directory and execute the Run command
dotnet run --configuration Release
Then choose the benchmarks to run, following the BenchmarkDotNet official documentation