stratum by 51b

char s[];main(n,m){for(m=n=read(0,s,s);m--;puts(s+m))s[2*n+~m]=s[m];}

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

download

return to the top page