Create .net Core project
This commit is contained in:
commit
3b71951b2d
6 changed files with 895 additions and 0 deletions
8
Program.fs
Normal file
8
Program.fs
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue