Alphabet texture by ninjalj

enum a{a;char c=90,l=76,i;{for(;l>63&&l+i<79;l+=i-1){String z="";for(c+=i-1;c>l;)z+=" "+c--;for(c++;c<l+13;z+=" "+ ++c);System.out.println(z);if(l<65)i+=2;}}}

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

download

return to the top page