From 5b0c030eddefe725574fdefa5cea1fe0d47d2c5b Mon Sep 17 00:00:00 2001 From: terryproctor Date: Sun, 7 Mar 2021 21:37:44 +0000 Subject: [PATCH] final --- helloWorld/helloWorld.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloWorld/helloWorld.js b/helloWorld/helloWorld.js index a41264d..7d01115 100644 --- a/helloWorld/helloWorld.js +++ b/helloWorld/helloWorld.js @@ -1,5 +1,5 @@ const helloWorld = function() { - return '' + return 'Hello, World!' } module.exports = helloWorld