Alphabet texture by

class Alphabet_texture_{public static void main(String [] args){for(int y=-12;y<13;y++){for(int x=-12;x<13;x++){System.out.print(" "+(char)(65+Math.abs(x)+Math.abs(y)));}System.out.println("");}}}

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

download

return to the top page