hello-world.js 82 Bytes
var stdout = require('../../');

stdout.write('hello\n');
stdout.write('world\n');