aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp.bck
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp.bck')
-rw-r--r--src/main.cpp.bck23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/main.cpp.bck b/src/main.cpp.bck
deleted file mode 100644
index 2fd9be2..0000000
--- a/src/main.cpp.bck
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
-
- description: This is the main file for the chess_ai
-
- author: Yann Herklotz <ymherklotz@gmail.com>
- date created: DD-MM-YYYY
-
- */
-
-#include "chess_ai.hpp"
-#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;
-}