First problem done
This commit is contained in:
parent
029cf3ffcd
commit
83a74cd14c
|
@ -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