Another Table by darefilz

class P{static void Main(){System.Console.Write(@"     ________________________\x0d
    /                       /|\x0d
   /                       / |\x0d
  /                       //||\x0d
 /_______________________//|||\x0d
|  ___________________  || |||\x0d
| || |||              | || |||\x0d
| || ||/              | || ||/\x0d
| ||                  | ||\x0d
| ||                  | ||\x0d
|_|/                  |_|/");}}

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

download

return to the top page