128 bits by murky-satyr

w=io.write
for i=1,16 do
for j=0,7 do
t=('\x90\x9f\x88@\xb9.\xc7\xda\x1b\x82j\xa3\xc6j\x11\x03'):byte(i)/2^j%2
w(t-t%1)end
w' 'end

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

download

return to the top page