Milán Major

netscape-revival

1 branch
Code

mocha/tests/count.mocha

function count(n) {
    for (var i = 0; i < n; i++)
	print(i)
}

count(100)