chessbot/chess/square.go

7 lines
52 B
Go
Raw Normal View History

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