128 bits by siokoshou

using C=System.Console;class P{static void Main(){int[]n={9,249,17,2,157,116,227,91,216,65,86,197,99,86,136,192};for(int i=0,j;;C.Write(" ",i++))for(j=256;j>1;)C.Write("01"[n[i]/(j/=2)&1]);}}

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

download

return to the top page