Ten Count by jamesaxl

<?$v=$_=trim(fgets(STDIN));while($_<$v+10)printf("%.0f\n",$_++);?>

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

download

return to the top page