"\x00\x01\x02\x04\x05\x07\x09\x0c\x0c\x0f\x11\x14\x16\x19\x1c \x1f".map(+_)++17.to(99)map println
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page