Skip to content

Instantly share code, notes, and snippets.

@tengiao
Created June 19, 2018 00:27
Show Gist options
  • Save tengiao/845aef80f61747cf7b87b35ffad54e56 to your computer and use it in GitHub Desktop.
Save tengiao/845aef80f61747cf7b87b35ffad54e56 to your computer and use it in GitHub Desktop.
CareerFoundry3_1_MeetRuby
def greeting
puts "Please enter your name:"
name = gets.chomp
puts "Hello" + " " + name
end
greeting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment