Sort by Length for OCaml Golf Competition by murky-satyr

let rec($)n l=try n$Sort.merge(fun a b->(n a,a)<(n b,b))l[read_line()]with _->List.map print_endline l;;String.length$[]

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

download

return to the top page