This website works better with JavaScript
Home
Explore
Help
Register
Sign In
xiaojincai
/
yrxzy
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
a939f4f21a
Branches
Tags
master
yrxzy
/
node_modules
/
_stdout-stream@1.4.1@stdout-stream
/
test
/
fixtures
/
hello-world.js
hello-world.js
82 B
History
Raw
1
2
3
4
var stdout = require('../../');
stdout.write('hello\n');
stdout.write('world\n');