tins2020/point.go

7 lines
58 B
Go
Raw Normal View History

2020-05-08 16:38:26 +00:00
package tins2020
type Point struct {
X int32
Y int32
}