point.go 47 B

12345
  1. package point
  2. type Point struct {
  3. X, Y int
  4. }