Skip to content

Instantly share code, notes, and snippets.

@MajorMokoto
Created October 13, 2011 23:23
Show Gist options
  • Save MajorMokoto/1285816 to your computer and use it in GitHub Desktop.
Save MajorMokoto/1285816 to your computer and use it in GitHub Desktop.
puts "What city do you live in?"
city = gets.chomp
puts "what state?"
state = gets.chomp
puts city + " is a shit hole, and " + state + " is full of assholes"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment