diff options
author | Oskar <[email protected]> | 2024-09-26 14:35:42 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-09-26 14:35:42 +0200 |
commit | b0b9d83b2baae38be742fc21ec60bde794d3eedd (patch) | |
tree | eb837b672113c21cf9bcff54aa6095d796dc3893 /7p34.cpp | |
parent | 88f7c0cfde5bb7d5cb310dad788dce23382a249f (diff) |
more
Diffstat (limited to '7p34.cpp')
-rw-r--r-- | 7p34.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/7p34.cpp b/7p34.cpp new file mode 100644 index 0000000..680fa7d --- /dev/null +++ b/7p34.cpp @@ -0,0 +1,14 @@ + +/* + * + * 7.34 + * + * + */ + +int main () { + + // The type would be private so we wouldnt be able to use it outside the class + // The type would be declared after all the variables using it and that gives a compiler error (for me) + return 0; +} |