Skip to content

Instantly share code, notes, and snippets.

@picatz
Last active May 8, 2018 14:37
Show Gist options
  • Save picatz/e9bb7d2d83e3081142bcfe978c98fd13 to your computer and use it in GitHub Desktop.
Save picatz/e9bb7d2d83e3081142bcfe978c98fd13 to your computer and use it in GitHub Desktop.
package main
func AddNumbers(x, y int) (result int) {
result = x + y
return
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment