Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 268 Bytes

FSharpUsefulSnippits.md

File metadata and controls

9 lines (6 loc) · 268 Bytes

Fsharp Useful Commands

Create console application (first steps)

  • To create a console application enter the following code into your terminal after navigating to your desired folder

    dotnet new console -lang F# -o src/MyConsoleApp