Skip to content

Instantly share code, notes, and snippets.

@MelanieS
Created December 17, 2012 22:07
Show Gist options
  • Select an option

  • Save MelanieS/4322766 to your computer and use it in GitHub Desktop.

Select an option

Save MelanieS/4322766 to your computer and use it in GitHub Desktop.
if rocks > pebbles
puts "You have more rocks than pebbles."
elsif rocks < pebbles
puts "You have more pebbles than rocks."
end
if rocks > pebbles
puts "You have more rocks than pebbles."
elsif pebbles > rocks
puts "You have more pebbles than rocks."
end
@DouglasAllen

Copy link
Copy Markdown

I like fruit better. Who wants to eat gravel? sol ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment