Sha256: 6001501389fd03aa96207cce8ad6ab3ca24cfcfaf1a4cca545fb29c6ca33fdc5
Contents?: true
Size: 312 Bytes
Versions: 13
Compression:
Stored size: 312 Bytes
Contents
//Written using Nila. Visit http://adhithyan15.github.io/nila (function() { var goal_reached, hello, message, msg, square; hello = "world"; msg = "nila"; message = "Welcome to " + (msg); goal_reached = 72; square = function(inputnumber) { return inputnumber*inputnumber; }; }).call(this);
Version data entries
13 entries across 13 versions & 1 rubygems