From 6f61752ba6ffe0088c022608de78665518fdd834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefano=20Borz=C3=AC?= Date: Wed, 25 Jun 2025 23:25:20 +0200 Subject: [PATCH] chore: put some wrongy code --- hello_world.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hello_world.cpp b/hello_world.cpp index 59b16e6..5c11090 100644 --- a/hello_world.cpp +++ b/hello_world.cpp @@ -5,9 +5,9 @@ int main() { // int x; // cout << x << endl; -// int *p = nullptr; + int *p = nullptr; -// cout << *p << endl; + cout << *p << endl; cout << "Hello World" << endl;