MCPcopy Index your code
hub / github.com/learning-zone/nodejs-basics / standard-input-output.js

File standard-input-output.js

nodejs-basics/standard-input-output.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Example: stdout()
2process.stdout.write('Hello World\n');
3
4

Callers

nothing calls this directly

Calls 1

askFunction · 0.85

Tested by

no test coverage detected