aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorzedarider <ymherklotz@gmail.com>2016-11-25 23:24:19 +0000
committerzedarider <ymherklotz@gmail.com>2016-11-25 23:24:19 +0000
commit4a876b0d57566fc3f26c5f2db9ee7427854d468b (patch)
tree254f95c76b23d783172d44a22b03eb008e3ec726 /src/main.cpp
parentb12a0df92452c8da471e36218effadd6f5958556 (diff)
downloadChessAI-4a876b0d57566fc3f26c5f2db9ee7427854d468b.tar.gz
ChessAI-4a876b0d57566fc3f26c5f2db9ee7427854d468b.zip
starting building the testbench
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/main.cpp b/src/main.cpp
deleted file mode 100644
index def5cf0..0000000
--- a/src/main.cpp
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
-
- description:
-
- author: Yann Herklotz <ymherklotz@gmail.com>
- date created: DD-MM-YYYY
-
- */
-
-#include "../include/chess_ai.hpp"
-#include "../include/chess_tester.hpp"
-
-#include <iostream>
-
-using namespace std;
-using namespace chess_ai;
-
-int main(int argc, char** argv) {
- (void)argc;
- (void)argv;
-
- return 0;
-}