Oyster by croyal

var i=0
var l=readLine
while(l!=null){i+=1;println(l+(if(i>4&&i<9){" boo"}else{" eat"}));l=readLine}

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

download

return to the top page