summaryrefslogtreecommitdiff
path: root/9p42.cpp
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-11-01 10:44:53 +0100
committerOskar <[email protected]>2024-11-01 10:44:53 +0100
commit77b344e13eae4b4439f96a8d062151da03bf8263 (patch)
treec7ed835678354e1877383884f7c061b5930b7328 /9p42.cpp
parentce6f87441ab2343f7730139f20d25b41e9dd6080 (diff)
been a while, took a break i guess
Diffstat (limited to '9p42.cpp')
-rw-r--r--9p42.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/9p42.cpp b/9p42.cpp
new file mode 100644
index 0000000..f25dfa6
--- /dev/null
+++ b/9p42.cpp
@@ -0,0 +1,14 @@
+
+/*
+ *
+ * 9.42
+ *
+ *
+ */
+
+int main () {
+
+ // Use .reserve(100) function
+
+ return 0;
+}