summaryrefslogtreecommitdiff
path: root/7p17.cpp
diff options
context:
space:
mode:
Diffstat (limited to '7p17.cpp')
-rw-r--r--7p17.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/7p17.cpp b/7p17.cpp
new file mode 100644
index 0000000..6f54eca
--- /dev/null
+++ b/7p17.cpp
@@ -0,0 +1,14 @@
+
+/*
+ *
+ * 7.17
+ *
+ *
+ */
+
+int main () {
+
+ // class is private by default
+ // struct is public by default
+ return 0;
+}