package pythagorean type Triplet [3]int func Range(min, max int) []Triplet { return nil } func Sum(p int) []Triplet { return nil }