From 2c3ff6a9670e9a567a0166264874a64133eea0bc Mon Sep 17 00:00:00 2001
From: Shannon <32931672+shannonkellie@users.noreply.github.com>
Date: Fri, 23 Mar 2018 13:59:10 -0400
Subject: [PATCH] Update helloWorld.js

---
 helloWorld/helloWorld.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/helloWorld/helloWorld.js b/helloWorld/helloWorld.js
index cf8cd75..9029bef 100644
--- a/helloWorld/helloWorld.js
+++ b/helloWorld/helloWorld.js
@@ -1,5 +1,5 @@
 var helloWorld = function() {
-  return ''
+  return 'Hello, World!'
 }
 
-module.exports = helloWorld
\ No newline at end of file
+module.exports = helloWorld