open System

[<EntryPoint>]
let main argv = 
    printfn "Hello World" 
    0

Live Demo in Action at .NET Fiddle

Introduction to F#