hex table by pooq

for(i,0,15,for(j,0,15,(i*j%16 .."")toBase(16)print)writeln)

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

download

return to the top page