From 18cb9e6d5962e008de0ccd5b06c2e8cbf31ff0c2 Mon Sep 17 00:00:00 2001 From: ced <148790907+cchemin33@users.noreply.github.com> Date: Fri, 8 May 2026 18:48:36 +0200 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 154e3738a42..399110e36bd 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'; }