b842f8a14e
Signed-off-by: prescientmoon <git@moonythm.dev>
6 lines
141 B
Forth
6 lines
141 B
Forth
module Main =
|
|
[<EntryPoint>]
|
|
let main argv =
|
|
printfn "Hello World from F#!"
|
|
0 // return an integer exit code
|