From 3edb35c6cab27d36f0fde49726db8cc9289e7304 Mon Sep 17 00:00:00 2001 From: Oskar Date: Wed, 2 Oct 2024 11:23:38 +0200 Subject: more --- 7p54.cpp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 7p54.cpp (limited to '7p54.cpp') 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; +} -- cgit v1.2.3