Skip to content

Instantly share code, notes, and snippets.

@danielkhan
Created May 18, 2015 14:19
Show Gist options
  • Save danielkhan/7952075acd48915e1ccc to your computer and use it in GitHub Desktop.
Save danielkhan/7952075acd48915e1ccc to your computer and use it in GitHub Desktop.
module.exports.version = '0.0.1';
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