Skip to content

Instantly share code, notes, and snippets.

@46bit
Created August 12, 2013 22:00
Show Gist options
  • Save 46bit/6215704 to your computer and use it in GitHub Desktop.
Save 46bit/6215704 to your computer and use it in GitHub Desktop.
a = 5
b = 10
if a < b
puts "5 is less than 10"
else
puts "5 is not less than 10"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment