aboutsummaryrefslogtreecommitdiff
path: root/oop2w5/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'oop2w5/main.cpp')
-rw-r--r--oop2w5/main.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/oop2w5/main.cpp b/oop2w5/main.cpp
new file mode 100644
index 0000000..be71bde
--- /dev/null
+++ b/oop2w5/main.cpp
@@ -0,0 +1,9 @@
+#include "Blackboard.h"
+
+int main() {
+ Blackboard cBlackboard;
+
+ cBlackboard.run();
+
+ return 0;
+}