From 963544926af9c07ed84e11c10e41bfe89856c286 Mon Sep 17 00:00:00 2001 From: Joaoblink <66945155+Joaoblink@users.noreply.github.com> Date: Mon, 17 Jan 2022 17:56:35 +0000 Subject: [PATCH] Update helloWorld.js --- 01_helloWorld/helloWorld.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_helloWorld/helloWorld.js b/01_helloWorld/helloWorld.js index df27036..b542f3b 100644 --- a/01_helloWorld/helloWorld.js +++ b/01_helloWorld/helloWorld.js @@ -1,5 +1,5 @@ const helloWorld = function() { - return '' + return 'Hello, World!' }; module.exports = helloWorld;