s='\x00\x01\x02\x03\x02\x01\x02\x03\x04\x02\x01' 1.upto(?d){|i|p s[s[i/10]+s[i%10]&3|4]}
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page