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() {
|
||||
return ''
|
||||
const helloWorld = function () {
|
||||
return 'Hello, World!'
|
||||
};
|
||||
|
||||
module.exports = helloWorld;
|
||||
|
|
5867
package-lock.json
generated
5867
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue