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