summaryrefslogtreecommitdiff
path: root/7p21.cpp
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-09-22 17:04:00 +0200
committerOskar <[email protected]>2024-09-22 17:04:00 +0200
commit345015f86c91da53a595e52a9f3acbab07f8b461 (patch)
tree7792fe8d10b197926ce5ac5f5d1219d0f63b61d8 /7p21.cpp
parentc6d7e8e9a6cd4e31b259f9671510f7bee4d47b65 (diff)
more
Diffstat (limited to '7p21.cpp')
-rw-r--r--7p21.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/7p21.cpp b/7p21.cpp
new file mode 100644
index 0000000..e3e2c5c
--- /dev/null
+++ b/7p21.cpp
@@ -0,0 +1,14 @@
+#include <iostream>
+
+/*
+ *
+ * 7.21
+ *
+ * Done in sales_data.hpp
+ */
+
+int main () {
+
+
+ return 0;
+}