ehangc by *yuko*

var c:char;s:string;begin repeat readln(c,s);writeln(copy(s+s,length(s),length(s)),c)until 0>0end.

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

download

return to the top page