monaco-editor/test/samples/sample.fsharp.txt
2016-06-09 19:25:58 +02:00

8 lines
234 B
Text

(* Sample F# application *)
[<EntryPoint>]
let main argv =
printfn "%A" argv
System.Console.WriteLine("Hello from F#")
0 // return an integer exit code
//--------------------------------------------------------