ehangc by chocobi

char s[99];main(c,v){for(;gets(s);puts(s))v=*s,*s=s[c=strlen(s)-1],s[c]=v;}

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

download

return to the top page