summaryrefslogtreecommitdiff
path: root/9p8.cpp
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-10-08 21:15:10 +0200
committerOskar <[email protected]>2024-10-08 21:15:10 +0200
commit62b5afc0bdff7fe33a347ab53a83e02d9f04f97e (patch)
treeb8e050d8e5aa3bf557d5ecb29ecd2fa61a2ee470 /9p8.cpp
parentc0cc72f03f700ee705e139fb4bf95a7ce03d0b81 (diff)
more
Diffstat (limited to '9p8.cpp')
-rw-r--r--9p8.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/9p8.cpp b/9p8.cpp
new file mode 100644
index 0000000..32b0290
--- /dev/null
+++ b/9p8.cpp
@@ -0,0 +1,16 @@
+#include <iostream>
+#include <list>
+
+/*
+ *
+ * 9.8
+ *
+ *
+ */
+
+int main () {
+
+ std::list<std::string>::const_iterator cbeg; // to read
+ std::list<std::string>::iterator beg; // to write
+ return 0;
+}