passed test
This commit is contained in:
parent
3e530e3f61
commit
e91e42b5ba
|
@ -1,5 +1,5 @@
|
|||
const helloWorld = function() {
|
||||
return ''
|
||||
return 'Hello, World!'
|
||||
};
|
||||
|
||||
module.exports = helloWorld;
|
||||
|
|
Loading…
Reference in New Issue