Color Inversion by clock

print"$System.in".tr("0-9a-f","f-a9-0")

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

download

return to the top page