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