From cc644c555120f04888a3b7cb53c703e40bfcd056 Mon Sep 17 00:00:00 2001 From: John Woolbright Date: Sat, 23 Dec 2023 14:12:10 -0600 Subject: [PATCH 1/2] Update hello.js --- hello.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.js b/hello.js index f88f2b5..5dc257e 100644 --- a/hello.js +++ b/hello.js @@ -1,6 +1,6 @@ function hello() { // TODO: change this string so that your program prints "Hello world!" - return "Hello!"; + return "Hello world!"; } module.exports = hello; From 745356370a9b81565a4ca9821f147949f5f5fde7 Mon Sep 17 00:00:00 2001 From: John Woolbright Date: Sat, 23 Dec 2023 14:13:44 -0600 Subject: [PATCH 2/2] Update hello.js --- hello.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.js b/hello.js index 5dc257e..f88f2b5 100644 --- a/hello.js +++ b/hello.js @@ -1,6 +1,6 @@ function hello() { // TODO: change this string so that your program prints "Hello world!" - return "Hello world!"; + return "Hello!"; } module.exports = hello;