Created
April 15, 2013 16:46
-
-
Save elizabrock/5389471 to your computer and use it in GitHub Desktop.
NSS Cheers Assignment
This file contains 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 "Hey there! What's your name?" | |
name = gets.chomp | |
puts name | |
# Give me a K! | |
# Give me a e! | |
# Give me a i! | |
# Give me a t! | |
# Give me a h! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment