Bitwise Sequence by Hendrik

511 to(256,-1)map(_.toBinaryString.tail)sortBy(_.sum)map println

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

download

return to the top page