Skip to content

Instantly share code, notes, and snippets.

@topokel
Created September 21, 2013 00:17
Show Gist options
  • Select an option

  • Save topokel/6645603 to your computer and use it in GitHub Desktop.

Select an option

Save topokel/6645603 to your computer and use it in GitHub Desktop.
Basic node module
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