I have a test.js file with the following content:
test.js
let i = \'\' process.stdin.on(\'data\', (c) => (i += c)) process.stdin.on(\'end\', () =>