This website works better with JavaScript
Home
Explore
Help
Register
Sign In
zengzheng
/
CDSS-daming-web
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
26c6b12d08
Branches
Tags
main
CDSS-daming-web
/
node_modules
/
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');