Skip to content

Instantly share code, notes, and snippets.

@willyg302
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willyg302/4c7161844cb5280b99c7 to your computer and use it in GitHub Desktop.
Save willyg302/4c7161844cb5280b99c7 to your computer and use it in GitHub Desktop.
// add(): Adds two numbers.
// - a: The first number
// - b: The second number
return a + b;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment