reverse entire input by hmishra2250

main(){char ch;while(ch=getchar()+1)main()&putchar(ch-1);}

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

download

return to the top page