Skip to content

Instantly share code, notes, and snippets.

@alfianmalik
Created May 24, 2020 16:32
Show Gist options
  • Save alfianmalik/0e8897931899bb04d2c184377de30241 to your computer and use it in GitHub Desktop.
Save alfianmalik/0e8897931899bb04d2c184377de30241 to your computer and use it in GitHub Desktop.
package main
func SumProductDiff(i, j int) (int, int, int) {
return i+j, i*j, i-j
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment