ON bit fixed by twobit

<?function f($s,$y,$x){$x||print$s."\n";$y<$x--&&f($s."0",$y,$x);$y&&f($s."1",$y-1,$x);}$r=rand()%5;f("",$b=$r?$r:30,$b+$b%3+2);

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

download

return to the top page