aboutsummaryrefslogtreecommitdiff
path: root/oop2w5/main.cpp
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-12-11 21:37:15 +0100
committerlonkaars <loek@pipeframe.xyz>2022-12-11 21:37:15 +0100
commit1ed8db0234f9a273e07b7350e53ad230c5b62ce6 (patch)
treef35f30bb70f70a24f0c443e1768f80c947f947b1 /oop2w5/main.cpp
parent93def2de2991282bac9e320b209657f76cb31177 (diff)
week 5 klaar
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;
+}