Coder's Guild Mailing List

Re: [admin] TCG Mailinglist

Posted by Peter Palfrader on 1999-06-10

On Thu, 10 Jun 1999, Frank Hale wrote:
> main(i){putchar(354603184>>(i-1)*5&31|!!(i<6)<<6)&&main(++i);}
> What does this code do Weasel?

compile it, run it and you'll see :)

--
main(i){putchar(354603184>>(i-1)*5&31|!!(i<6)<<6)&&main(++i);} 
        It's a simple task to make things complex -
          but a complex task to make them simple.