Create chessengine.go

This commit is contained in:
Coding with Tom
2025-01-12 21:45:46 +00:00
committed by GitHub
parent dcf0d928b7
commit f883124378

8
Go/chessengine.go Normal file
View File

@@ -0,0 +1,8 @@
package main
func main() {
LoadFen(FEN_STARTING_POSITION)
PrintBoard()
RunPerftInline(6)
}