hex table by m.ukai

for i=0to 255do
Printf.printf"%x%s"(i/16*i mod 16)[|"";"
"|].(i mod 16/15)done

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

download

return to the top page