Skip to content

Instantly share code, notes, and snippets.

@markstgodard
Created March 20, 2019 23:43
Show Gist options
  • Save markstgodard/e4defd32f38b0341c5a1b29373bd5946 to your computer and use it in GitHub Desktop.
Save markstgodard/e4defd32f38b0341c5a1b29373bd5946 to your computer and use it in GitHub Desktop.
package adder
func Add(x, y int) int {
return x + y
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment