From ef337a4bb3bd02746416e15fe4e24472d104bda7 Mon Sep 17 00:00:00 2001 From: Raul Date: Sun, 7 Oct 2018 15:46:04 +0200 Subject: [PATCH] Primer ejercicio --- 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