feat: solve part 2 day 3

This commit is contained in:
Jacob Jonsson 2025-12-03 20:30:41 +01:00
parent 249365968a
commit 19194b5d78
2 changed files with 41 additions and 3 deletions

View file

@ -67,7 +67,8 @@ executable aoc25
-- other-extensions:
-- Other library packages from which modules are imported.
build-depends: base ^>=4.18.2.1
build-depends: base ^>=4.18.2.1,
containers >= 0.6.7
-- Directories containing source files.
hs-source-dirs: app