Fixed in exercise 01

This commit is contained in:
NetMan 2024-01-05 20:38:35 +01:00
parent 65754e6d19
commit 0d43cbf866
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;