reverse entire input by uru

package
main
import(."bufio";"os";f"fmt")func
main(){s,_:=NewReader(os.Stdin).ReadString(1);for _,c:=range s{defer f.Printf("%c",c)}}

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

download

return to the top page