find anagrams by notogawa

import List
main=interact$f.lines
f(s:x)=unlines[a|a<-x,a\\s==""]

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

download

return to the top page