Shifting Pattern Fixed by uru

package
main
import."os";func
main(){s:=make([]byte,99);l,_:=Stdin.Read(s);for i,t:=l,string(s);i>0;i--{println(t[i:l]+t[0:i])}}

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

download

return to the top page