You are viewing a single comment's thread. Return to all comments →
f# solution
open System [<EntryPoint>] let main _ = Console.ReadLine() |> Seq.toList |> List.distinct |> List.iter Console.Write 0
Seems like cookies are disabled on this browser, please enable them to open this website
String Reductions
You are viewing a single comment's thread. Return to all comments →
f# solution