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

int main() {
  InitZobrist();

  Uci();
  return 0;
}