mirror of
https://github.com/OMGeeky/hcsalmon1-Chess-Engine-Test.git
synced 2025-12-26 16:27:23 +01:00
9 lines
96 B
Go
9 lines
96 B
Go
package main
|
|
|
|
func main() {
|
|
|
|
LoadFen(FEN_STARTING_POSITION)
|
|
PrintBoard()
|
|
RunPerftInline(6)
|
|
}
|