From 3cb36d77ae88e1bc57a15ca766969693d6e35052 Mon Sep 17 00:00:00 2001 From: Maria Date: Fri, 16 Sep 2022 14:16:49 +1000 Subject: [PATCH] Adding a positive message --- src/cpp/helloworld.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/cpp/helloworld.cpp b/src/cpp/helloworld.cpp index 4fd525f..260308d 100644 --- a/src/cpp/helloworld.cpp +++ b/src/cpp/helloworld.cpp @@ -3,5 +3,7 @@ void main() { int i = 10; - std::cout << " hello C++ world "; -} \ No newline at end of file + std::cout << " hello C++ world - loving the tutorial"; +} + +