From 8d0c5066d08f0b31b3a23bc975f9155278ea8901 Mon Sep 17 00:00:00 2001 From: billalp Date: Mon, 18 Nov 2019 10:06:38 +0000 Subject: [PATCH] Hello world for completeness --- helloWorld - DONE/helloWorld.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloWorld - DONE/helloWorld.js b/helloWorld - DONE/helloWorld.js index a41264d..f29b23c 100644 --- a/helloWorld - DONE/helloWorld.js +++ b/helloWorld - DONE/helloWorld.js @@ -1,5 +1,5 @@ const helloWorld = function() { - return '' + return 'Hello, World!'; } module.exports = helloWorld