esta listo

This commit is contained in:
alonso 2022-06-28 13:00:10 -04:00
parent 0747078d97
commit 373bc8ad40
1 changed files with 1 additions and 1 deletions

View File

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