Sha256: d838911959b6f556461e5def76303ca44652498d3a2590a3f4493b19303ff65f
Contents?: true
Size: 233 Bytes
Versions: 4
Compression:
Stored size: 233 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
4 entries across 4 versions & 1 rubygems