Create .net Core project

This commit is contained in:
joachimschmidt557 2019-02-06 20:54:15 +01:00
commit 3b71951b2d
6 changed files with 895 additions and 0 deletions

8
Program.fs Normal file
View file

@ -0,0 +1,8 @@
// Learn more about F# at http://fsharp.org
open System
[<EntryPoint>]
let main argv =
printfn "Hello World from F#!"
0 // return an integer exit code