Update helloWorld.js
This commit is contained in:
parent
8b041f0ab4
commit
cb3cfd9c0c
|
@ -1,5 +1,6 @@
|
|||
const helloWorld = function() {
|
||||
return 'Hello, World!'
|
||||
};
|
||||
}
|
||||
|
||||
module.exports = helloWorld
|
||||
|
||||
module.exports = helloWorld;
|
||||
|
|
Loading…
Reference in New Issue