quote box by G.w.

#include<stdio.h>\x0d
main(i,j,k){int l[15]={34,39,123,91,58,92,36,37,96,35,46,64,63,42,45};for(i=0;i<29;i++){for(j=0;j<48;j++)for(k=14;k>=0;k--)if((k-1<i&&i<29-k)&&(k-1<j&&j<48-k)){putchar(l[k]);break;}putchar(10);}}\x0d

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

download

return to the top page