fixed missing imports
Some checks are pending
pre-release / Pre Release (push) Waiting to run

This commit is contained in:
Karma Riuk 2025-02-02 14:54:17 +01:00
parent 3a2988d351
commit 139a5c7d8f

View File

@ -1,5 +1,7 @@
#include "board.cpp"
#include <iostream>
int main(int argc, char* argv[]) {
std::string pos =
"rnbq1k1r/pp1Pbppp/2p5/8/2B5/8/PPP1NnPP/RNBQK2R w KQ - 1 8";