test commit
This commit is contained in:
parent
8746ce056a
commit
f91f2f87d5
|
@ -1,5 +1,5 @@
|
|||
const helloWorld = function() {
|
||||
return ''
|
||||
const helloWorld = function () {
|
||||
return "hello world";
|
||||
};
|
||||
|
||||
module.exports = helloWorld;
|
||||
|
|
Loading…
Reference in New Issue