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