Advertisement
MatthewCollins

Hello World

Mar 26th, 2020
2,488
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
F# 0.11 KB | None | 0 0
  1. open System
  2.  
  3. [<EntryPoint>]
  4. let main argv =
  5.     printfn "Hello World!"
  6.     0 // return an integer exit code
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement