Birthday code cake

Written on July 26, 2010

For my friend’s birthday I decided to give him something geeky. Birthday code cake. It won’t win any obfuscated C contests, but it works and was done in short notice.

                     /* * * * * *             
                 *| | | | | |*/          
               #include<stdio.h>         
               char l[]={0,-7,15,         
               //////////////////
               0,9,-69,46,7,9,2,-
               12,-4,-3,24,-69,64,
              ////////////////////
              -5,-59,69,-10,6};int
              main(int argv,char *
              ////////////////////
              argc[]){int __=0,_=72;
          for(;__<sizeof(l);__++){_=_+l
         [__];printf("%c ",_);}return 0;}

And yes, I got him a real gift too.