1
Fork 0
solar-conflux/fsharp/ygosim/Program.fs

9 lines
172 B
Forth
Raw Normal View History

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