Having fun during Advent of Code 2021 while trying to use F# for the 3rd year. Have a look at other participants and solutions: Awesome Advent of Code
Make sure you have installed .Net 6.0
# Run console program displaying all solutions
dotnet run
# Run tests
dotnet test
Or use a VSCode Dev container. You only need: Docker, VSCode and VSCode Remote-Containers extension