From b7819b597e1241dd98643eeda4c288a341142311 Mon Sep 17 00:00:00 2001 From: Oskar Date: Tue, 30 Jul 2024 17:19:15 +0200 Subject: 2.32 --- 2p32.cpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 2p32.cpp (limited to '2p32.cpp') diff --git a/2p32.cpp b/2p32.cpp new file mode 100644 index 0000000..1e7211f --- /dev/null +++ b/2p32.cpp @@ -0,0 +1,16 @@ +#include +#include "sales_item.hpp" + +/* + * + * 2.32 + * + * + */ + +int main () { + + int null = 0, *p = null; + std::cout << null << " " << *p << std::endl; + return 0; +} -- cgit v1.2.3