Skip to content

Instantly share code, notes, and snippets.

@willyg302
Last active August 29, 2015 14:12
// 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