Skip to content

Instantly share code, notes, and snippets.

@matthewpalmer
Created March 23, 2013 11:10
Show Gist options
  • Save matthewpalmer/5227329 to your computer and use it in GitHub Desktop.
Save matthewpalmer/5227329 to your computer and use it in GitHub Desktop.
module.exports = function (a,b) {
return a + b;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment