This commit is contained in:
2023-12-13 14:26:33 +01:00
parent 2f36550ebe
commit 03c18bbe91
5 changed files with 116 additions and 0 deletions

View File

@@ -100,3 +100,11 @@ executable day12
build-depends: base ^>=4.15.1.0, MissingH
hs-source-dirs: day12
default-language: Haskell2010
executable day13
main-is: Main.hs
other-modules: Commons Part1 Part2
build-depends: base ^>=4.15.1.0, array
hs-source-dirs: day13
default-language: Haskell2010