Rob Shakespeare's solutions to the Advent of Code 2021 challenges at https://adventofcode.com/2021.
Go to Shakey's AoC 2021 web app.
To run the console application:
dotnet run --project AoC.CLI
To run the Blazor WebAssembly application:
dotnet run --project AoC.WasmUI
dotnet test