Initial pass
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
module.exports = function (x) { return x * 100; };
|
||||
+1
@@ -0,0 +1 @@
|
||||
module.exports = function (x) { return x + 100; };
|
||||
+1
@@ -0,0 +1 @@
|
||||
module.exports = function (n) { return n * 111; };
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"main": "main.js"
|
||||
}
|
||||
Reference in New Issue
Block a user