Skip to content

Instantly share code, notes, and snippets.

@acaporrini
Last active August 29, 2015 14:21
Show Gist options
  • Save acaporrini/548c4ec9e77a750ab205 to your computer and use it in GitHub Desktop.
Save acaporrini/548c4ec9e77a750ab205 to your computer and use it in GitHub Desktop.
CF 21
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