test commit

This commit is contained in:
Clem Fandango 2023-12-28 12:48:37 +01:00
parent 8746ce056a
commit f91f2f87d5
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
const helloWorld = function () {
return ''
return "hello world";
};
module.exports = helloWorld;