447.number-of-boomerangs.go 53 B

123
  1. func numberOfBoomerangs(points [][]int) int {
  2. }