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