diff options
author | Oskar <[email protected]> | 2024-09-19 21:50:27 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-09-19 21:50:27 +0200 |
commit | c6d7e8e9a6cd4e31b259f9671510f7bee4d47b65 (patch) | |
tree | f31623c23e66a840ee08297c43b0bf9ad88a227f /7p16.cpp | |
parent | a10a6e35975660b89b465faf5baacd6df9c43a34 (diff) |
more
Diffstat (limited to '7p16.cpp')
-rw-r--r-- | 7p16.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/7p16.cpp b/7p16.cpp new file mode 100644 index 0000000..36f2ff1 --- /dev/null +++ b/7p16.cpp @@ -0,0 +1,13 @@ + +/* + * + * 7.16 + * + * + */ + +int main () { + + // It does not really matter if there are no access specifiers or if you choose to have both or only one of them. + return 0; +} |