This commit is contained in:
sentsin
2017-08-21 08:50:25 +08:00
parent 06c11ba9cd
commit 7feaa4eca0
1899 changed files with 181363 additions and 22513 deletions

View File

@@ -0,0 +1 @@
module.exports = function (x) { return x * 100 }

View File

@@ -0,0 +1 @@
module.exports = function (x) { return x + 100 }

View File

@@ -0,0 +1 @@
module.exports = function (n) { return n * 111 }

View File

@@ -0,0 +1,3 @@
{
"main": "main.js"
}