2017-09-13 07:52:34 +02:00

4 lines
82 B
JavaScript
Vendored

var stdout = require('../../');
stdout.write('hello\n');
stdout.write('world\n');