From 11454b13463384e022e92e8dab2d80c7c8a9b544 Mon Sep 17 00:00:00 2001 From: rorikstr Date: Tue, 6 May 2025 16:55:23 +0300 Subject: [PATCH] pffff --- cpp/hello-world/hello_world.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/hello-world/hello_world.cpp b/cpp/hello-world/hello_world.cpp index 4c8c5c3..3493cbb 100644 --- a/cpp/hello-world/hello_world.cpp +++ b/cpp/hello-world/hello_world.cpp @@ -4,6 +4,6 @@ using namespace std; namespace hello_world { -string hello() { return "Goodbye, Mars!"; } +string hello() { return "Hello, World!"; } } // namespace hello_world