Skip to content

Instantly share code, notes, and snippets.

@jwillker
Created May 8, 2022 19:12
Show Gist options
  • Select an option

  • Save jwillker/5d168b4bca080c6935366b86c3ea8e85 to your computer and use it in GitHub Desktop.

Select an option

Save jwillker/5d168b4bca080c6935366b86c3ea8e85 to your computer and use it in GitHub Desktop.
func sum(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