Merge pull request #120 from vrarora/patch-1

Update helloWorld.js
This commit is contained in:
xandora
2020-12-23 07:27:26 +13:00
committed by GitHub
+1 -1
View File
@@ -1,5 +1,5 @@
var helloWorld = function() { var helloWorld = function() {
return '' return 'Hello, World!'
} }
module.exports = helloWorld module.exports = helloWorld