Skip to content

Instantly share code, notes, and snippets.

@adnanrahic
Created August 19, 2017 22:53
Show Gist options
  • Save adnanrahic/13596bac55f3010027e22456a35d960a to your computer and use it in GitHub Desktop.
Save adnanrahic/13596bac55f3010027e22456a35d960a to your computer and use it in GitHub Desktop.
function addTwoNumbers(x, y) {
return x + y;
}
module.exports = addTwoNumbers;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment