Excess3 by yohei2112

<?while($i=trim(fgets(STDIN))){for($j=0;$j<strlen($i);$j++){printf("%04b",$i[$j]+3);}echo"\n";}

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

download

return to the top page