summaryrefslogtreecommitdiff
path: root/3p43.cpp
diff options
context:
space:
mode:
Diffstat (limited to '3p43.cpp')
-rw-r--r--3p43.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/3p43.cpp b/3p43.cpp
new file mode 100644
index 0000000..a766d56
--- /dev/null
+++ b/3p43.cpp
@@ -0,0 +1,15 @@
+#include <iostream>
+#include <vector>
+#include "sales_data.hpp"
+#include "sales_item.hpp"
+
+/*
+ *
+ * 3.43
+ *
+ *
+ */
+
+int main () {
+ return 0;
+}