Finish the function

This commit is contained in:
borobor 2022-02-15 20:55:50 +01:00
parent 2f9f431194
commit fba1f69f65
1 changed files with 1 additions and 1 deletions

View File

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