diff options
Diffstat (limited to '7p54.cpp')
-rw-r--r-- | 7p54.cpp | 19 |
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; +} |