diff options
Diffstat (limited to '9p33.cpp')
-rw-r--r-- | 9p33.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/9p33.cpp b/9p33.cpp new file mode 100644 index 0000000..d99433c --- /dev/null +++ b/9p33.cpp @@ -0,0 +1,14 @@ +#include <iostream> + +/* + * + * 9.33 + * + * + */ + +int main () { + + + return 0; +} |