summaryrefslogtreecommitdiff
path: root/9p3.cpp
diff options
context:
space:
mode:
Diffstat (limited to '9p3.cpp')
-rw-r--r--9p3.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/9p3.cpp b/9p3.cpp
new file mode 100644
index 0000000..041de70
--- /dev/null
+++ b/9p3.cpp
@@ -0,0 +1,14 @@
+
+/*
+ *
+ * 9.3
+ *
+ *
+ */
+
+int main () {
+
+ // Begin points to first element, end points to one past the last element
+ // begin can not go past the end
+ return 0;
+}