From fa4a600a1b2abd8fd4b2a9c108d866f163b7f188 Mon Sep 17 00:00:00 2001 From: janko12345 <66556248+janko12345@users.noreply.github.com> Date: Mon, 15 Jun 2020 16:01:10 +0200 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