Alphabet texture by david_werecat

using System;class t{static void Main(){for(int x=-13;x++<12;Console.WriteLine())for(int y=-13;y++<12;Console.Write(" "+(char)(65+Math.Abs(x)+Math.Abs(y))));}}

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

download

return to the top page