snap install dotnet-sdk --classicNew F# project
dotnet new console -lang "F#" -o src/01Run
dotnet run --project src/02 input/02Files without a main can be run directly using dotnet fsi. Installation:
dotnet tool install -g --add-source "https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" Microsoft.dotnet-interactive