[init]
This commit is contained in:
5
old_jalangi/jalangi_test_src/y.cjs
Normal file
5
old_jalangi/jalangi_test_src/y.cjs
Normal file
@@ -0,0 +1,5 @@
|
||||
const { readFileSync } = require('fs');
|
||||
|
||||
module.exports.x = function x() {
|
||||
return readFileSync("path.json").toString();
|
||||
}
|
Reference in New Issue
Block a user