diff options
author | Oskar <[email protected]> | 2024-07-28 12:52:38 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-07-28 12:52:38 +0200 |
commit | 5aac3c3f8bcfef0b2aad28d91d87b9ebf1d5e7df (patch) | |
tree | 38736b9f0c57f69e272121e0fc1f3969bb7468e2 /exercise-template.cpp |
first commit
Diffstat (limited to 'exercise-template.cpp')
-rw-r--r-- | exercise-template.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/exercise-template.cpp b/exercise-template.cpp new file mode 100644 index 0000000..c60907f --- /dev/null +++ b/exercise-template.cpp @@ -0,0 +1,15 @@ +#include <iostream> +#include "sales_item.hpp" + +/* + * + * Description + * + * + */ + +int main () { + + + return 0; +} |