summaryrefslogtreecommitdiff
path: root/9p2.cpp
diff options
context:
space:
mode:
Diffstat (limited to '9p2.cpp')
-rw-r--r--9p2.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/9p2.cpp b/9p2.cpp
new file mode 100644
index 0000000..3c1f01b
--- /dev/null
+++ b/9p2.cpp
@@ -0,0 +1,16 @@
+#include <iostream>
+#include <list>
+#include <deque>
+
+/*
+ *
+ * 9.2
+ *
+ *
+ */
+
+int main () {
+
+ std::list<std::deque<int>> ldq;
+ return 0;
+}