Skip to content

Instantly share code, notes, and snippets.

@Adsidera
Created October 5, 2015 18:25
Show Gist options
  • Save Adsidera/e805294fe320577c4756 to your computer and use it in GitHub Desktop.
Save Adsidera/e805294fe320577c4756 to your computer and use it in GitHub Desktop.
Exercise 22 - the other 3 Programs in Ruby
if (5+5==10)
puts "this is true"
else
puts "this is false"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment