test 1 completed
This commit is contained in:
parent
dd9a83068d
commit
ea52fd0632
|
@ -1,5 +1,5 @@
|
||||||
const helloWorld = function() {
|
const helloWorld = function() {
|
||||||
return ''
|
return "Hello, World!"
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = helloWorld;
|
module.exports = helloWorld;
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue