Files
survive/coordinates.go

7 lines
64 B
Go
Raw Normal View History

2024-11-05 06:28:08 -05:00
package main
type Coordinates struct {
X float64
Y float64
}