Sha256: 53fb5138ed257927757a9b8acfaac1e7c0c5404d2a3e47b497d72bceff7cf9d1
Contents?: true
Size: 219 Bytes
Versions: 13
Compression:
Stored size: 219 Bytes
Contents
//Written using Nila. Visit http://adhithyan15.github.io/nila (function() { var i; i=0; while (true) { i+=1; process.stdout.write("" + (i) + " "); if (i===10) { break; } } }).call(this);
Version data entries
13 entries across 13 versions & 1 rubygems