/* another tweetable fractal program in C */ i;main(c){for(;++i<64;puts(""),i++)for(c=2;c<64;c++)putchar(' '+((c&i)^c));}