Distance from x by shlomif

#!perl -p0
y/x/0/;for$x(0..8){s#$x(.{10})?\K\.|\.(?=(.{10})?$x)#$x+1#es&&redo}

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

download

return to the top page