Sha256: f4bb365be33cfd03bd321b9996ec2d961674e84085ab899354cd9e7874acfbb6

Contents?: true

Size: 320 Bytes

Versions: 4

Compression:

Stored size: 320 Bytes

Contents

//Written in Nila 0.0.3.2. Visit http://adhithyan15.github.io/nila
(function() {
  var hello, msg, message, goal_reached;

  hello = "world";

  msg = "nila";

  message = "Welcome to " + msg;

  goal_reached = 72;

  function square(inputnumber) {
    return inputnumber*inputnumber;
  }

}).call(this);

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
nilac-0.0.3.7 shark/test_files/perfect.js
nilac-0.0.3.6 shark/test_files/perfect.js
nilac-0.0.3.5 shark/test_files/perfect.js
nilac-0.0.3.4 shark/test_files/perfect.js