numof 1 bits in 0 to 255 by kt3k

s/$/0/
:
H
g
s/\n//g
/8/q
y/01234567/12345678/
t

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

download

return to the top page