From 2a78c0357ac00d9b0429f600e6c90d1965bd95d1 Mon Sep 17 00:00:00 2001 From: seb7wake <58760315+seb7wake@users.noreply.github.com> Date: Fri, 27 Dec 2019 13:36:57 -0500 Subject: [PATCH] add in 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