Files
survive/coordinates.go
2024-11-05 06:28:08 -05:00

7 lines
64 B
Go

package main
type Coordinates struct {
X float64
Y float64
}