From 0f2c4f68b229dd4a4ea90bb5da17dfba277c5746 Mon Sep 17 00:00:00 2001 From: Mohammed Nabeel Date: Thu, 16 Jul 2020 08:16:24 +0300 Subject: [PATCH] Hello, World! --- helloWorld/helloWorld.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helloWorld/helloWorld.js b/helloWorld/helloWorld.js index a41264d..a5de4ba 100644 --- a/helloWorld/helloWorld.js +++ b/helloWorld/helloWorld.js @@ -1,5 +1,5 @@ const helloWorld = function() { - return '' + return 'Hello, World!' } -module.exports = helloWorld +module.exports = helloWorld \ No newline at end of file