Advent of Code Not Quite Lisp by Ant6n

while 1:
 try:input()
 except Exception as e:
\x09try:print e.offset
\x09except:exit()

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

download

return to the top page