Milán Major
home
blog
git
about
netscape-revival
⎇
legacy
1 branch
Code
Clone with HTTPS
Copy
summary
log
files
mocha/tests/count.mocha
function count(n) { for (var i = 0; i < n; i++) print(i) } count(100)