Skip to content

Instantly share code, notes, and snippets.

@blackavec
Created January 21, 2020 06:34
Show Gist options
  • Save blackavec/c6de6b73472852fb2a49f1595173194e to your computer and use it in GitHub Desktop.
Save blackavec/c6de6b73472852fb2a49f1595173194e to your computer and use it in GitHub Desktop.
module.exports.add = function(a, b) {
return a + b
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment