From ac5dc8a1cc198197e7584ec6634e59e61cb3e22a Mon Sep 17 00:00:00 2001 From: nancy Date: Fri, 5 Apr 2024 20:49:46 +1100 Subject: [PATCH] 1. hello-world --- 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!'; }