Skip to content

Instantly share code, notes, and snippets.

@ThisBenRoberts
Created August 5, 2015 21:09
Show Gist options
  • Select an option

  • Save ThisBenRoberts/c69255d1d37e50f8683f to your computer and use it in GitHub Desktop.

Select an option

Save ThisBenRoberts/c69255d1d37e50f8683f to your computer and use it in GitHub Desktop.
my_cf_project_final_copy_ex_21
# puts "helo"
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