From d668595712f0c234301ce3588e8297218aaa9304 Mon Sep 17 00:00:00 2001 From: Timilehin <61996246+ogbeni100@users.noreply.github.com> Date: Thu, 30 Jul 2020 08:38:24 +0100 Subject: [PATCH] Update helloWorld.js --- 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