summaryrefslogtreecommitdiff
path: root/7p19.cpp
diff options
context:
space:
mode:
Diffstat (limited to '7p19.cpp')
-rw-r--r--7p19.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/7p19.cpp b/7p19.cpp
new file mode 100644
index 0000000..7622cb4
--- /dev/null
+++ b/7p19.cpp
@@ -0,0 +1,14 @@
+
+/*
+ *
+ * 7.19
+ *
+ *
+ */
+
+int main () {
+
+ //Name and Address members should be private
+ // The rest public
+ return 0;
+}