Hexdraw by twobit

s=" .#\n"while{}do
a="0x"..io.read(1)b=a%4+1
c=a/4+.6
io.write(s:sub(c,c),s:sub(b,b))end

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

download

return to the top page