From 6a634c91145fab5b8ddb3af79c393607cd6272b6 Mon Sep 17 00:00:00 2001 From: Hunky Jimpjorps Date: Tue, 12 Dec 2023 06:14:55 -0500 Subject: day 12 complete, memoization utility added --- aoc2023/gleam.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'aoc2023/gleam.toml') diff --git a/aoc2023/gleam.toml b/aoc2023/gleam.toml index 8fc812a..8e0eb9c 100644 --- a/aoc2023/gleam.toml +++ b/aoc2023/gleam.toml @@ -15,6 +15,7 @@ gleam_stdlib = "~> 0.32" simplifile = "~> 1.0" gleam_erlang = "~> 0.23" gleam_community_maths = "~> 1.0" +gleam_otp = "~> 0.8" [dev-dependencies] gleeunit = "~> 1.0" -- cgit v1.2.3