Blame view

node_modules/stdout-stream/test/fixtures/hello-world.js 82 Bytes
aaac7fed   liuqimichale   add
1
2
3
4
  var stdout = require('../../');
  
  stdout.write('hello\n');
  stdout.write('world\n');