Skip to content

Instantly share code, notes, and snippets.

@radar

radar/add.rb Secret

Last active October 26, 2015 03:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radar/cfbc1cd1ec23ca900918 to your computer and use it in GitHub Desktop.
Save radar/cfbc1cd1ec23ca900918 to your computer and use it in GitHub Desktop.
def add(a, b)
a - -b
end
p add(9,16) == 25
p add(12,48) == 60
p add(3040, 1600) == 4640
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment