You are viewing a single comment's thread. Return to all comments →
f# solution
open System Console.ReadLine() |> Seq.toList |> List.distinct |> Seq.map string |> String.concat "" |> Console.WriteLine
Seems like cookies are disabled on this browser, please enable them to open this website
Remove Duplicates
You are viewing a single comment's thread. Return to all comments →
f# solution