aboutsummaryrefslogtreecommitdiff
path: root/aoc-2022-dotnet/Day24
diff options
context:
space:
mode:
authorTomasz Chojnacki <tomaszchojnacki2001@gmail.com>2023-01-01 22:18:29 +0100
committerTomasz Chojnacki <tomaszchojnacki2001@gmail.com>2023-01-01 22:18:29 +0100
commit806ca36af8773c71c6f4d2ac77fc35ac0aa3b5a0 (patch)
treeb47bd14bb94a615ce7a90f0b9a2a26fbd57c41b6 /aoc-2022-dotnet/Day24
parent353d185a1f89654f999dca7b75016ebef461a23c (diff)
downloadgleam_aoc2020-806ca36af8773c71c6f4d2ac77fc35ac0aa3b5a0.tar.gz
gleam_aoc2020-806ca36af8773c71c6f4d2ac77fc35ac0aa3b5a0.zip
Finish day 19
Diffstat (limited to 'aoc-2022-dotnet/Day24')
-rw-r--r--aoc-2022-dotnet/Day24/Program.fs2
1 files changed, 1 insertions, 1 deletions
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 }