Sha256: 70bfe54e67c689d37e4a7affceae31c60ba8ccbe11d5b5b1fe757554a0b5e9bf
Contents?: true
Size: 231 Bytes
Versions: 6
Compression:
Stored size: 231 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
6 entries across 6 versions & 1 rubygems