first commit

This commit is contained in:
pvincent
2022-10-03 22:58:19 +04:00
commit e30d26d9a0
1015 changed files with 195137 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
module.exports = function (n) { return n * 111; };
+3
View File
@@ -0,0 +1,3 @@
{
"main": "main.js"
}