Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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()
2
process.stdout.write(
'Hello World\n'
);
3
4
Callers
nothing calls this directly
Calls
1
ask
Function · 0.85
Tested by
no test coverage detected