aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
blob: 36014b9b0ae2e0971e1b32c46e427afe7a7b2b6d (plain)
1
2
3
4
5
6
7
8
9
#include "uci.hpp"
#include "zobrist/zobrist.hpp"

int main() {
  InitZobrist();

  Uci();
  return 0;
}