Skip to content

Instantly share code, notes, and snippets.

@bogdanned
Created February 16, 2020 18:56
Show Gist options
  • Save bogdanned/aeb91bbfd2a9978b536992fa5f4f85e5 to your computer and use it in GitHub Desktop.
Save bogdanned/aeb91bbfd2a9978b536992fa5f4f85e5 to your computer and use it in GitHub Desktop.
math
module.exports.default = function sum(a,b){return a + b}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment