First problem done

This commit is contained in:
Saddist 2023-04-05 22:39:57 +05:30
parent 029cf3ffcd
commit 83a74cd14c
2 changed files with 3726 additions and 2143 deletions

View File

@ -1,5 +1,5 @@
const helloWorld = function() { const helloWorld = function() {
return '' return 'Hello, World!';
}; };
module.exports = helloWorld; module.exports = helloWorld;

5867
package-lock.json generated

File diff suppressed because it is too large Load Diff