Created
August 5, 2015 21:09
-
-
Save ThisBenRoberts/c69255d1d37e50f8683f to your computer and use it in GitHub Desktop.
my_cf_project_final_copy_ex_21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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