From 42de3c33a37f132fd8b399bbcd1c2d1b53b83087 Mon Sep 17 00:00:00 2001 From: krusso19 Date: Tue, 28 May 2024 12:56:44 -0400 Subject: [PATCH] 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;