Skip to content

Instantly share code, notes, and snippets.

@Socratic1
Last active September 5, 2015 12:11
Show Gist options
  • Save Socratic1/0e00d767d8e70917d439 to your computer and use it in GitHub Desktop.
Save Socratic1/0e00d767d8e70917d439 to your computer and use it in GitHub Desktop.
def greeting
puts "Please enter your name:"
name = gets.chomp
p "Hello" + " " + name
end
greeting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment