From 2f57092cc045b734b07f3977c9d262a5a2f06f69 Mon Sep 17 00:00:00 2001 From: William Bracho Blok Date: Wed, 7 Oct 2015 16:43:09 -0500 Subject: [PATCH] Create main.cpp --- main.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 main.cpp diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..c19c3f5 --- /dev/null +++ b/main.cpp @@ -0,0 +1,15 @@ +#include +#include + + +using namespace std; + +class board +{ + vector > board; +}; + +int main() +{ + +}