Skip to content

Instantly share code, notes, and snippets.

/ruby.rb Secret

Created August 12, 2015 09:28
Show Gist options
  • Save anonymous/ff018abb92dddd36ff86 to your computer and use it in GitHub Desktop.
Save anonymous/ff018abb92dddd36ff86 to your computer and use it in GitHub Desktop.
puts "lets work out how many koalas crossed the road.:"
puts "lets add the total amount of koalas that crossed the road:"
puts 43 x 7
puts "so #{43 x 7} koalas crossed the road."
puts "it was evident that 6 got hit by cars so that leaves us with #{43 x 7 - 6}"
puts "if 400 giraffes survived does that mean more giraffes made it compared to koalas ?"
puts 400 => 43 x 7 - 6
puts "Well our answer was stated above."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment