128 bits by murky-satyr

using Nemerle.IO;foreach(n in[9,249,17,2,157,116,227,91,216,65,86,197,99,86,136,192]){foreach(i in[7,6..0])print(n>>i&1);print(" ")}

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

download

return to the top page