Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save brendoncheung/622456ef104e6b11f4159b3fbba33f77 to your computer and use it in GitHub Desktop.
Save brendoncheung/622456ef104e6b11f4159b3fbba33f77 to your computer and use it in GitHub Desktop.
func addTwo(numberA: Int, numberB: Int) -> Int {
return numberA + numberB
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment