Files
2025-08-03 20:16:55 -07:00

5 lines
97 B
FSharp

module _24
let run =
common.permutations ([0..9] |> Set.ofList)
|> Seq.nth 999999