x=0x202280A22AA57977D5F77FF k=%w{F A 5 0} 16.times{3.times{c=k[x&3] x/=4 $><<c*2} puts}
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page