mirror of
https://github.com/maaslalani/gambit.git
synced 2024-12-30 21:19:52 +02:00
9 lines
81 B
Go
9 lines
81 B
Go
|
package board
|
||
|
|
||
|
const (
|
||
|
FirstCol = 0
|
||
|
FirstRow = 0
|
||
|
LastCol = 7
|
||
|
LastRow = 7
|
||
|
)
|