coordinate.go 55 B

123456
  1. package board
  2. type Coordinate struct {
  3. X int
  4. Y int
  5. }