hex table by clock

for(a=0;a<256;++a%16||print())putstr(((a>>4)*a%16).toString(16))

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

download

return to the top page