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"; +} + +