Oyster by *yuko*

var s:string;i:byte;begin repeat readln(s);writeln(s,copy(" eat boo",4and i+1,4));i:=i+1until 0>0end.

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

download

return to the top page