From 19f1a70edbf2b08536c114e12f7b3c1e77469730 Mon Sep 17 00:00:00 2001 From: Oskar Date: Wed, 14 Aug 2024 19:58:58 +0200 Subject: Forgot how painful input buffers are --- 3p38.cpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 3p38.cpp (limited to '3p38.cpp') 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 +#include +#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; +} -- cgit v1.2.3