i=-12,j;main(){for(;i<13;++i,printf("\n")){for(j=-12;j<13;++j)printf(" %c",65+abs(i)+abs(j));}}
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page