mirror of
https://github.com/OMGeeky/hcsalmon1-Chess-Engine-Test.git
synced 2026-01-04 09:50:21 +01:00
Create chessengine.go
This commit is contained in:
8
Go/chessengine.go
Normal file
8
Go/chessengine.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package main
|
||||
|
||||
func main() {
|
||||
|
||||
LoadFen(FEN_STARTING_POSITION)
|
||||
PrintBoard()
|
||||
RunPerftInline(6)
|
||||
}
|
||||
Reference in New Issue
Block a user