enum _{_;int i,j;{String s;for(;i<512;System.out.printf("%04o is -%s\n",i++,s))for(s="",j=9;j-->0;)s+=(i>>j&1)>0?"xwr".charAt(j%3):'-';}}
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page