Skip to content

Instantly share code, notes, and snippets.

@cruffenach
Created March 31, 2013 02:54
Show Gist options
  • Save cruffenach/5279311 to your computer and use it in GitHub Desktop.
Save cruffenach/5279311 to your computer and use it in GitHub Desktop.
Number add(Number a, Number b) {
return a + b;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment