From 79602bac934438cef92b84701438fb806b8816b0 Mon Sep 17 00:00:00 2001 From: Codekacode Date: Wed, 1 Jul 2020 23:03:50 -0500 Subject: [PATCH] Solution hello world --- 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