Tag system by mroman (groovy)

x='a';C=x*11;s=0
while C>x:C=C[2:]+'babcaaa'.split(C[0])[1];print' '*s+C;s+=2

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

download

return to the top page