summaryrefslogtreecommitdiff
path: root/3p38.cpp
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-08-14 19:58:58 +0200
committerOskar <[email protected]>2024-08-14 19:58:58 +0200
commit19f1a70edbf2b08536c114e12f7b3c1e77469730 (patch)
tree1cb1162c8e205cdb2bcddfbcb1d6a09f2d2ff915 /3p38.cpp
parentc5587e2392d55b3e0dc322c0545ead4a314132c0 (diff)
Forgot how painful input buffers are
Diffstat (limited to '3p38.cpp')
-rw-r--r--3p38.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/3p38.cpp b/3p38.cpp
new file mode 100644
index 0000000..f3e320c
--- /dev/null
+++ b/3p38.cpp
@@ -0,0 +1,17 @@
+#include <iostream>
+#include <vector>
+#include "sales_data.hpp"
+#include "sales_item.hpp"
+
+/*
+ *
+ * 3.38
+ *
+ * Adding two memory addresses together will give us
+ * some completely unknown memory address we know
+ * nothing about
+ */
+
+int main () {
+ return 0;
+}