diff options
author | Oskar <[email protected]> | 2024-07-29 15:22:18 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-07-29 15:22:18 +0200 |
commit | 7aac5c6dc29079971a5c964762cdb294782b14d5 (patch) | |
tree | f73768958b319ec6f01c32c67f6ee8b3e90f5b75 /2p9.cpp | |
parent | 5aac3c3f8bcfef0b2aad28d91d87b9ebf1d5e7df (diff) |
more
Diffstat (limited to '2p9.cpp')
-rw-r--r-- | 2p9.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +#include <iostream> +#include "sales_item.hpp" + +/* + * + * 2.9 + * + * + */ + +int main () { + + // Depends completely on what compiler options are enabled. I have tons of flags enabled to prevent myself from stupid mistakes. + return 0; +} |