summaryrefslogtreecommitdiff
path: root/6p1.cpp
diff options
context:
space:
mode:
Diffstat (limited to '6p1.cpp')
-rw-r--r--6p1.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/6p1.cpp b/6p1.cpp
new file mode 100644
index 0000000..0f4348e
--- /dev/null
+++ b/6p1.cpp
@@ -0,0 +1,13 @@
+
+/*
+ *
+ * 6.1
+ *
+ *
+ */
+
+int main () {
+
+ // Arguments are initializers for functions parameters
+ return 0;
+}