character subsets by FalconNL

import List;main=interact$unlines.foldr(\e a->a++map(e:)a)[[]].nub.init

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

download

return to the top page