feat: solve part 2 day 3
This commit is contained in:
parent
249365968a
commit
19194b5d78
2 changed files with 41 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue