From 806ca36af8773c71c6f4d2ac77fc35ac0aa3b5a0 Mon Sep 17 00:00:00 2001 From: Tomasz Chojnacki Date: Sun, 1 Jan 2023 22:18:29 +0100 Subject: Finish day 19 --- aoc-2022-dotnet/Day24/Program.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aoc-2022-dotnet/Day24/Program.fs') diff --git a/aoc-2022-dotnet/Day24/Program.fs b/aoc-2022-dotnet/Day24/Program.fs index 0446c06..2cb5ef8 100644 --- a/aoc-2022-dotnet/Day24/Program.fs +++ b/aoc-2022-dotnet/Day24/Program.fs @@ -19,7 +19,7 @@ type Valley = Blizzards = Vec2.directions4 |> Set.map (fun d -> d, Set.empty) - |> Map.ofSeq } + |> Map } static member private withExpeditionAt target valley = { valley with ExpeditionSuperposition = Set.singleton <| target valley } -- cgit v1.2.3