summaryrefslogtreecommitdiff
path: root/9p9.cpp
diff options
context:
space:
mode:
Diffstat (limited to '9p9.cpp')
-rw-r--r--9p9.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/9p9.cpp b/9p9.cpp
new file mode 100644
index 0000000..89ef7e1
--- /dev/null
+++ b/9p9.cpp
@@ -0,0 +1,14 @@
+
+/*
+ *
+ * 9.9
+ *
+ *
+ */
+
+int main () {
+
+ // begin returns an iterator. Can be both written and read from.
+ // cbegin returns a const iterator. Can only be read from.
+ return 0;
+}