package main type Coordinates struct { X float64 Y float64 }