Skip to content

Instantly share code, notes, and snippets.

@ademsas
Created March 24, 2016 03:26
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 ademsas/5d0499c08c822eb54087 to your computer and use it in GitHub Desktop.
Save ademsas/5d0499c08c822eb54087 to your computer and use it in GitHub Desktop.
Ruby CF 3.1
my_name = "Tishy"
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