// Learn more about F# at http://fsharp.org open System [] let main argv = printfn "Hello World from F#!" 0 // return an integer exit code