Skip to content

Instantly share code, notes, and snippets.

@lysu
Last active April 24, 2016 14:40
Show Gist options
  • Save lysu/87a78067aed40cd05309d9c6d1793717 to your computer and use it in GitHub Desktop.
Save lysu/87a78067aed40cd05309d9c6d1793717 to your computer and use it in GitHub Desktop.
package math
func sum(a, b int) int {
return a + b
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment