Skip to content

Instantly share code, notes, and snippets.

@pascal-codecat
Created June 24, 2016 21:35
Show Gist options
  • Save pascal-codecat/3bd4cd4fe563ec2879155ebf4456683f to your computer and use it in GitHub Desktop.
Save pascal-codecat/3bd4cd4fe563ec2879155ebf4456683f to your computer and use it in GitHub Desktop.
Ruby programming
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