Skip to content

Instantly share code, notes, and snippets.

@flash-gordon
Created February 16, 2019 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flash-gordon/d93f2e2c8f1edc2b1421818d2b792c9b to your computer and use it in GitHub Desktop.
Save flash-gordon/d93f2e2c8f1edc2b1421818d2b792c9b to your computer and use it in GitHub Desktop.
puts "What's your name?"
name = gets
puts "Hello #{name}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment