chessbot/chess/square.go
2024-09-26 07:05:51 +02:00

7 lines
52 B
Go

package chess
type Square struct {
X int
Y int
}