This commit is contained in:
2025-07-09 13:26:51 +01:00
commit d564cf2cd1
24 changed files with 19728 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
var fs = require('node:fs');
var process = require('process');
console.log('a')
function x(){
return {x:3};
}
var newLocal = fs.existsSync("./package.json");
console.log(`Read some data`,newLocal);