diff options
| author | Adam <adammegarules1@gmail.com> | 2026-07-29 09:41:47 +0200 |
|---|---|---|
| committer | Adam <adammegarules1@gmail.com> | 2026-07-29 09:41:47 +0200 |
| commit | b1b30252186822020163253498e2b764b91713d9 (patch) | |
| tree | cc5238cd7f7606d6f0c0d4488ec47a9e5a7debf1 | |
| parent | d62805af670bfbd23bc23516ffc27ede340d939d (diff) | |
t
| -rw-r--r-- | src/main.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main.cpp b/src/main.cpp index 0bdd150..6a71d3e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,14 +1,8 @@ #include "uci.hpp" #include "zobrist.hpp" -#include <cstdlib> -#include <ctime> - -using namespace std; - int main() { InitZobrist(); - srand(time(0)); Uci(); return 0; |
