Advent of Code Not Quite Lisp by llhuii

main(i,s){char*p;for(;gets(p=s);printf("%d\n",p-s))for(;i++;i-=*p++%2*2);}

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

download

return to the top page