1
Fork 0
solar-conflux/fsharp/ygosim/src/Program.fs
Matei Adriel b842f8a14e
fsharp(ygosim): feat: added a few basic files
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-12-05 19:17:05 +02:00

6 lines
141 B
Forth

module Main =
[<EntryPoint>]
let main argv =
printfn "Hello World from F#!"
0 // return an integer exit code