Sha256: df3a2f0fb7693016b6b3719036494dc5188defc26b999352ba20bca273e35953
Contents?: true
Size: 441 Bytes
Versions: 4
Compression:
Stored size: 441 Bytes
Contents
//Written using Nila. Visit http://adhithyan15.github.io/nila (function() { if (visitor_present) {; //This file is for demonstration purpose. It doesn't really achieve anything if (active || happy) {; console.log("Hello Wonderful Visitor!"); } else if (idle && not_engaged) {; console.log("Hello Visitor! It is time to engage!"); } else { console.log("Hello user!"); } } }).call(this);
Version data entries
4 entries across 4 versions & 1 rubygems