diff options
Diffstat (limited to '3p38.cpp')
-rw-r--r-- | 3p38.cpp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/3p38.cpp b/3p38.cpp new file mode 100644 index 0000000..f3e320c --- /dev/null +++ b/3p38.cpp @@ -0,0 +1,17 @@ +#include <iostream> +#include <vector> +#include "sales_data.hpp" +#include "sales_item.hpp" + +/* + * + * 3.38 + * + * Adding two memory addresses together will give us + * some completely unknown memory address we know + * nothing about + */ + +int main () { + return 0; +} |