From c6d7e8e9a6cd4e31b259f9671510f7bee4d47b65 Mon Sep 17 00:00:00 2001 From: Oskar Date: Thu, 19 Sep 2024 21:50:27 +0200 Subject: more --- 7p16.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 7p16.cpp (limited to '7p16.cpp') 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; +} -- cgit v1.2.3