Skip to content

Instantly share code, notes, and snippets.

@psqq
Last active April 11, 2017 16:41
Show Gist options
  • Select an option

  • Save psqq/38053a166add0d3cabb67fda913a664d to your computer and use it in GitHub Desktop.

Select an option

Save psqq/38053a166add0d3cabb67fda913a664d to your computer and use it in GitHub Desktop.
package mymath
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