hello-world.js 82 Bytes Edit Raw Blame History 1 2 3 4 var stdout = require('../../'); stdout.write('hello\n'); stdout.write('world\n');