0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/fixtures/print-10-lines.js

4 lines
62 B
JavaScript

for (var i = 0; i < 10; i++) {
console.log('count ' + i);
}