This commit is contained in:
rorikstr 2025-05-06 16:55:23 +03:00
parent c96be01371
commit 11454b1346

View file

@ -4,6 +4,6 @@ using namespace std;
namespace hello_world { namespace hello_world {
string hello() { return "Goodbye, Mars!"; } string hello() { return "Hello, World!"; }
} // namespace hello_world } // namespace hello_world