diff options
author | Oskar <[email protected]> | 2024-08-01 12:11:23 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-08-01 12:11:23 +0200 |
commit | 0de72ab100011ab54f99f298e936327011ebc706 (patch) | |
tree | b0658b0e5d9b67b214e03177f7d08704038eed14 /2p39.cpp | |
parent | a450487a18ec72ea3a3815bfaf17b2f701796b6f (diff) |
more exercises
Diffstat (limited to '2p39.cpp')
-rw-r--r-- | 2p39.cpp | 17 |
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; +} |