Last Updated: March 23, 2016
·
53.14K
· tk120404

Get India map in 5 Lines of code in node.js

var a,b=0,c=10,qwer ="TFy!QJu ROo TNn(ROo)SLq SLq ULo+UHs UJq TNn*RPn/QPbEWS_JSWQAIJO^NBELPeHBFHT}TnALVlBLOFAkHFOuFETpHCStHAUFAgcEAelclcn^r^r\\tZvYxXyT|S~Pn SPm SOn TNn ULo0ULo#ULo-WHq!WFs XDt!";
 while ((a = qwer.charCodeAt(b++)) != 0) {        
      while (a-- > 64) {
         require('sys').print( ++c==90 ? String.fromCharCode(c = c/ 9):String.fromCharCode(33^b&1));
       }
  }

Save the above code as map.js and run it as node map.js

Refer http://goo.gl/2M8LJ1