Skip to content

Instantly share code, notes, and snippets.

@m0wfo
Created October 16, 2013 23:28
Show Gist options
  • Save m0wfo/7016786 to your computer and use it in GitHub Desktop.
Save m0wfo/7016786 to your computer and use it in GitHub Desktop.
function add(a, b) {
return a + b;
}
function subtract(a, b) {
return a - b;
}
// etc...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment