Push V1 app

This commit is contained in:
jlacoste
2026-06-26 11:54:29 +02:00
parent 8b7caa1a5a
commit 9d1990523f
3881 changed files with 1291493 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
module.exports = function (x) { return x * 100; };
+1
View File
@@ -0,0 +1 @@
module.exports = function (x) { return x + 100; };
+1
View File
@@ -0,0 +1 @@
module.exports = function (n) { return n * 111; };
@@ -0,0 +1,3 @@
{
"main": "main.js"
}