rowboz/types/position.go

7 lines
54 B
Go
Raw Normal View History

2023-12-01 18:38:58 +01:00
package types
type Position struct {
x int
y int
}