diff options
Diffstat (limited to '9p30.cpp')
-rw-r--r-- | 9p30.cpp | 13 |
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; +} |