Skip to content

Instantly share code, notes, and snippets.

@ZASMan
Created October 13, 2015 02:16
Show Gist options
  • Save ZASMan/9dc68ac4f85733198346 to your computer and use it in GitHub Desktop.
Save ZASMan/9dc68ac4f85733198346 to your computer and use it in GitHub Desktop.
program2.rb
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