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

Version Path
nilac-0.0.4.3.9.7.1 shark/test_files/perfect.js
nilac-0.0.4.3.9.7 shark/test_files/perfect.js
nilac-0.0.4.3.9.6 shark/test_files/perfect.js
nilac-0.0.4.3.9.5 shark/test_files/perfect.js
nilac-0.0.4.3.9.4 shark/test_files/perfect.js
nilac-0.0.4.3.9.3 shark/test_files/perfect.js
nilac-0.0.4.3.9.2 shark/test_files/perfect.js
nilac-0.0.4.3.9.1 shark/test_files/perfect.js
nilac-0.0.4.3.9 shark/test_files/perfect.js
nilac-0.0.4.3.8 shark/test_files/perfect.js
nilac-0.0.4.3.7 shark/test_files/perfect.js
nilac-0.0.4.3.6 shark/test_files/perfect.js
nilac-0.0.4.3.4 shark/test_files/perfect.js