Simple hello world taken from https://dotnet.microsoft.com/learn/languages/fsharp-hello-world-tutorial
- dotnet new console -lang F# -o hello_world
- cd hello_world
- dotnet run
Simple hello world taken from https://dotnet.microsoft.com/learn/languages/fsharp-hello-world-tutorial