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