Alphabet texture by Jongsic

r=12;j;main(i){for(i=-r;i<=r;i++,putchar(10))for(j=-r;j<=r;)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