#include "uci.hpp" #include "zobrist.hpp" #include #include using namespace std; int main() { InitZobrist(); srand(time(0)); Uci(); return 0; }