Finish the function
This commit is contained in:
parent
2f9f431194
commit
fba1f69f65
|
@ -1,5 +1,5 @@
|
|||
const helloWorld = function() {
|
||||
return ''
|
||||
return 'Hello, World!'
|
||||
};
|
||||
|
||||
module.exports = helloWorld;
|
||||
|
|
Loading…
Reference in New Issue