Skip to content

Instantly share code, notes, and snippets.

@fagnercarvalho
Created December 6, 2015 07:17
Show Gist options
  • Select an option

  • Save fagnercarvalho/b2fe3e776679e8cb3b17 to your computer and use it in GitHub Desktop.

Select an option

Save fagnercarvalho/b2fe3e776679e8cb3b17 to your computer and use it in GitHub Desktop.
My first program in F#! 😄
System.Console.WriteLine("Type your name.")
let name = System.Console.ReadLine()
printfn "Hello World %s!" name
ignore(System.Console.Read())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment