Files
hcsalmon1-Chess-Engine-Test/Go/chessengine.go
2025-01-12 21:45:46 +00:00

9 lines
96 B
Go

package main
func main() {
LoadFen(FEN_STARTING_POSITION)
PrintBoard()
RunPerftInline(6)
}