Minesweeper by ush

char*p;B[99];main(i){for(p=B;p<B+271;*p+=*p++%8/3)read(0,p,1);for(;B<p--;)for(i=0;i<8;)*p+=p["\xff\xf0\xef\xee\x01\x10\x11\x12"[i++]]==42&&*p>47;puts(B);}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page