stratum by hinoe

x;main(){char*p=index(gets(&x),0),*q=p;for(;*q++=*--p;)puts(p);}

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

download

return to the top page