Added the Porter Stemmer module to improve searches. This doesn't deal with some...
[yaffs-website] / node_modules / stdout-stream / test / fixtures / hello-world.js
1 var stdout = require('../../');
2
3 stdout.write('hello\n');
4 stdout.write('world\n');