summaryrefslogtreecommitdiff
path: root/2p39.cpp
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-08-01 12:11:23 +0200
committerOskar <[email protected]>2024-08-01 12:11:23 +0200
commit0de72ab100011ab54f99f298e936327011ebc706 (patch)
treeb0658b0e5d9b67b214e03177f7d08704038eed14 /2p39.cpp
parenta450487a18ec72ea3a3815bfaf17b2f701796b6f (diff)
more exercises
Diffstat (limited to '2p39.cpp')
-rw-r--r--2p39.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/2p39.cpp b/2p39.cpp
new file mode 100644
index 0000000..c608394
--- /dev/null
+++ b/2p39.cpp
@@ -0,0 +1,17 @@
+#include <iostream>
+
+
+/*
+ *
+ * 2.39
+ *
+ *
+ */
+
+struct fff {/*...*/};
+
+int main () {
+
+ std::cout << "Remove semicolon after struct in file '2p39.cpp' and try compiling to see what the compiler says" << std::endl;
+ return 0;
+}