chessbot/chess/square.go

7 lines
52 B
Go
Raw Normal View History

2024-09-26 06:48:07 +02:00
package chess
type Square struct {
X int
Y int
}