Oyster by pooq

string a;int i;for i=1to 12{input a;if i mod 9<5{print a,"eat";}else{print a,"boo";}};

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

download

return to the top page