diff options
Diffstat (limited to 'aoc-2022-dotnet/Day21/Program.fs')
-rw-r--r-- | aoc-2022-dotnet/Day21/Program.fs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aoc-2022-dotnet/Day21/Program.fs b/aoc-2022-dotnet/Day21/Program.fs index f9a608d..6ca702c 100644 --- a/aoc-2022-dotnet/Day21/Program.fs +++ b/aoc-2022-dotnet/Day21/Program.fs @@ -65,7 +65,7 @@ let solution modification input = let monkeys = input |> Seq.map Monkey.parse - |> Map.ofSeq + |> Map |> modification let nodeValues = |