Welcome to mirror list, hosted at ThFree Co, Russian Federation.

hello-world.js « fixtures « test « stdout-stream « node_modules - github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 096ee27322286e80839d3bac02c094af987dbfd0 (plain)
1
2
3
4
var stdout = require('../../');

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