Skip to content

Instantly share code, notes, and snippets.

@madprops
Created September 1, 2022 11:53
Show Gist options
  • Save madprops/41b87b0e91513a78a41c09083ac78c50 to your computer and use it in GitHub Desktop.
Save madprops/41b87b0e91513a78a41c09083ac78c50 to your computer and use it in GitHub Desktop.
def sum (n1, n2, callback)
callback()
n1 + n2
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment