Guest User

Untitled

a guest
Apr 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. print "Hello N00b.\n\n Would you like $100?"
  2. answer= gets.chomp.downcase
  3. if answer == "yes"
  4. puts "LOLOLOlOlOl too bad :)"
  5. elsif answer == "no"
  6. puts "Are you stupid?"
  7. else
  8. puts "What are you saying?"
  9. end
Add Comment
Please, Sign In to add comment