summaryrefslogtreecommitdiff
path: root/3p43.cpp
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-08-15 17:26:06 +0200
committerOskar <[email protected]>2024-08-15 17:26:06 +0200
commitbec90eeec483f4fd685bb28758cdf55897bc0b3e (patch)
tree2e6199d7f62768937b3d480de905af3d537770d5 /3p43.cpp
parent19f1a70edbf2b08536c114e12f7b3c1e77469730 (diff)
more exercises and tests
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;
+}