summaryrefslogtreecommitdiff
path: root/9p30.cpp
diff options
context:
space:
mode:
Diffstat (limited to '9p30.cpp')
-rw-r--r--9p30.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/9p30.cpp b/9p30.cpp
new file mode 100644
index 0000000..980cee6
--- /dev/null
+++ b/9p30.cpp
@@ -0,0 +1,13 @@
+
+/*
+ *
+ * 9.30
+ *
+ *
+ */
+
+int main () {
+
+ // elements need to have a default constructor
+ return 0;
+}