Simple Preprocessor by twobit

while 1:
\x09a=raw_input().strip()
\x09if"$"<a:print a

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

download

return to the top page