Alphabet texture by dish

#include <stdio.h>\x0d
main(){for(int i=-12;i<13;++i){for(int j=-12;j<13;++j)printf(" %c",'A'+i*(i<0?-1:1)+j*(j<0?-1:1));printf("\n");}}

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

download

return to the top page