From 5bcb6a7189a6e5238deba462df615bdc313a1d1e Mon Sep 17 00:00:00 2001 From: Snehal Chaudhari Date: Sat, 28 Jun 2025 18:52:45 -0700 Subject: [PATCH] Update hello-world.js --- exercises/practice/hello-world/hello-world.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/practice/hello-world/hello-world.js b/exercises/practice/hello-world/hello-world.js index 154e3738a4..5fec17581d 100644 --- a/exercises/practice/hello-world/hello-world.js +++ b/exercises/practice/hello-world/hello-world.js @@ -4,5 +4,5 @@ // export function hello() { - return 'Goodbye, Mars!'; + return 'Hello, World!'; }