Skip to content

Instantly share code, notes, and snippets.

@danielpaul
Created September 25, 2019 15:14
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 danielpaul/9ebc0d1ece809b43ffd48d54fd8d3422 to your computer and use it in GitHub Desktop.
Save danielpaul/9ebc0d1ece809b43ffd48d54fd8d3422 to your computer and use it in GitHub Desktop.
first_name = nil
print "Hello, what's your name?"
# read what the user types in
first_name = gets
puts "Welcome, #{first_name}"
puts "It's really nice to meet you."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment