hello-world.js 82 B

1234
  1. var stdout = require('../../');
  2. stdout.write('hello\n');
  3. stdout.write('world\n');