Guest User

Untitled

a guest
Oct 6th, 2018
145
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 \n"
  6.     Console.ReadKey(true)
  7.     0
Add Comment
Please, Sign In to add comment