hex table by amat

a;main(){for(;a<256;++a%16||puts(""))printf("%x",15&a/16*a);}

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

download

return to the top page