/* description: This is the main file for the chess_ai author: Yann Herklotz date created: DD-MM-YYYY */ #include "chess_ai.hpp" #include "chess_tester.hpp" #include using namespace std; using namespace chess_ai; int main(int argc, char** argv) { (void)argc; (void)argv; return 0; }