aspnetcore/template_feed/Microsoft.DotNet.Common.Pro.../content/ConsoleApplication-FSharp/Program.fs

9 lines
164 B
Forth

// 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