1.upto(16){|x|x="%016d"%(x*10**16/17);puts" "*(14.-x.index("47")||-1)+x}
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page