summaryrefslogtreecommitdiff
path: root/7p54.cpp
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-10-02 11:23:38 +0200
committerOskar <[email protected]>2024-10-02 11:23:38 +0200
commit3edb35c6cab27d36f0fde49726db8cc9289e7304 (patch)
treedb59c3d208843079f462f4df63ffeec1d2fe4897 /7p54.cpp
parent18236447ae6c08ff336fd22d191343a1ff9dfede (diff)
more
Diffstat (limited to '7p54.cpp')
-rw-r--r--7p54.cpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/7p54.cpp b/7p54.cpp
new file mode 100644
index 0000000..d8606c4
--- /dev/null
+++ b/7p54.cpp
@@ -0,0 +1,19 @@
+
+/*
+ *
+ * 7.54
+ *
+ *
+ */
+
+int main () {
+
+ /*
+ Answer: Yes and No.
+
+ C++11 did not allow this
+ When compiling with C++20, this is allowed.
+
+ */
+ return 0;
+}