Skip to content

Instantly share code, notes, and snippets.

@percybolmer
Last active January 9, 2022 14:05
Show Gist options
  • Save percybolmer/007b0a811177063c2f8f3b5cb614eba1 to your computer and use it in GitHub Desktop.
Save percybolmer/007b0a811177063c2f8f3b5cb614eba1 to your computer and use it in GitHub Desktop.
// We define the Type parameter V, which is a int
func Subtract[V int](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