shell game EASY by tsurumau

<?for($p="1\n";$_=fgets(STDIN);)echo$p=strtr($p,$_,$_%9+$_%5*9);

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

download

return to the top page