passed test

This commit is contained in:
Fredrik Uddenfeldt 2023-05-15 14:44:45 +02:00
parent 3e530e3f61
commit e91e42b5ba
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;