diff options
Diffstat (limited to '7p21.cpp')
-rw-r--r-- | 7p21.cpp | 14 |
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; +} |