Make 01 tests pass
This commit is contained in:
parent
25013df6ac
commit
da016588f4
2 changed files with 3727 additions and 2144 deletions
|
@ -1,5 +1,5 @@
|
||||||
const helloWorld = function() {
|
const helloWorld = function () {
|
||||||
return ''
|
return 'Hello, World!'
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = helloWorld;
|
module.exports = helloWorld;
|
||||||
|
|
4553
package-lock.json
generated
4553
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue