innovationDriveApp/node_modules/stdout-stream/test/fixtures/hello-world.js
2018-07-08 19:21:40 +10:00

4 lines
No EOL
82 B
JavaScript

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