Sort by Length for OCaml Golf Competition by tanakh

import List
main=interact$unlines.map snd.sort.map(\s->(length s,s)).lines

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

download

return to the top page