From c6d7e8e9a6cd4e31b259f9671510f7bee4d47b65 Mon Sep 17 00:00:00 2001 From: Oskar Date: Thu, 19 Sep 2024 21:50:27 +0200 Subject: more --- 7p18.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 7p18.cpp (limited to '7p18.cpp') diff --git a/7p18.cpp b/7p18.cpp new file mode 100644 index 0000000..fa1c047 --- /dev/null +++ b/7p18.cpp @@ -0,0 +1,15 @@ + +/* + * + * 7.18 + * + * + */ + +int main () { + + // We dont need to expose functions and data members that should only be + // accessed or used by the public functions. + // There are some things that the user does not need to know about when using the class. + return 0; +} -- cgit v1.2.3