tests: :green_tick: completed example exercise

This commit is contained in:
abduldoesramen 2023-06-23 12:37:15 +10:00
parent 25013df6ac
commit 0e51be9c46
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;