shortest non occuring sequence by Histocrat

#!ruby -pl
s="a"
s.succ!while$_[s[/[a-e]*/]]
$_=s

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

download

return to the top page