Create chessengine.odin

This commit is contained in:
Coding with Tom
2025-01-12 21:43:30 +00:00
committed by GitHub
parent f3438d1f0d
commit 19c17b8bf3

8
Odin/chessengine.odin Normal file
View File

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