From 8d7a18a851b46fae99e4685900fb717eca7e6d78 Mon Sep 17 00:00:00 2001 From: "Carlos Leon, Jr" Date: Fri, 4 Oct 2019 16:28:28 -0700 Subject: [PATCH] hello world update --- 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