Shifting Pattern Fixed by hallvabo

char s[16];main(n){for(n=read(0,s,15);n;n--)printf("%s%.*s\n",s+n,n,s);}

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

download

return to the top page