enum B{B;String a="";int i;{for(;i++<4159;)a=0<i%65?a+"/\\":a.replaceAll("/.( *).\\S"," /$1\\\\ ")+"\n";System.out.print(a);}}
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page