Shifting Pattern Fixed by pooq

val a=readLine;for(i<-a.size to 1 by-1)println(a*2 slice(i,i+a.size))

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

download

return to the top page