summaryrefslogtreecommitdiff
path: root/evaluation-test.cpp
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-08-16 16:07:33 +0200
committerOskar <[email protected]>2024-08-16 16:07:33 +0200
commit6ff70adb810f1e194892398656e71f979f088feb (patch)
treece6d5529f1b001981c4deee502dc81592dad4713 /evaluation-test.cpp
parentccf67ccfcf7fa892559db8d1475c3217e9692ae2 (diff)
more
Diffstat (limited to 'evaluation-test.cpp')
-rw-r--r--evaluation-test.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/evaluation-test.cpp b/evaluation-test.cpp
new file mode 100644
index 0000000..9f42dc2
--- /dev/null
+++ b/evaluation-test.cpp
@@ -0,0 +1,15 @@
+#include <iostream>
+
+/*
+ *
+ *
+ *
+ *
+ */
+
+int main () {
+
+ //int i = 0;
+ //std::cout << i << " " << ++i << std::endl;
+ return 0;
+}