diff options
author | Oskar <[email protected]> | 2024-10-02 11:23:38 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-10-02 11:23:38 +0200 |
commit | 3edb35c6cab27d36f0fde49726db8cc9289e7304 (patch) | |
tree | db59c3d208843079f462f4df63ffeec1d2fe4897 /7p54.cpp | |
parent | 18236447ae6c08ff336fd22d191343a1ff9dfede (diff) |
more
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; +} |