Completed helloWorld exercise

This commit is contained in:
annima24 2020-10-02 11:58:55 -04:00
parent 704a0f1826
commit 7ee8a8fb60
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