parity of numbers by eban

sed "${s=h;y/01/10/;G;s/\n//;}$s$s$s$s$s$s"<<<10

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

download

return to the top page