Advent of Code Not Quite Lisp by siman

#!ruby -nl
s=0
p$_.bytes.index{|n|0>s+=81-2*n}+1

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

download

return to the top page