Hexdraw by

char *t=" .#\n";main(a){for(;~scanf("%1x",&a);printf("%c%c",t[a/4],t[a&3]));}

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

download

return to the top page