This commit is contained in:
terryproctor 2021-03-07 21:37:44 +00:00
parent 42076e7424
commit 5b0c030edd
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
const helloWorld = function() { const helloWorld = function() {
return '' return 'Hello, World!'
} }
module.exports = helloWorld module.exports = helloWorld