This commit is contained in:
2023-12-04 10:31:36 +01:00
parent fd46f6dfa2
commit e746e22b0b
5 changed files with 90 additions and 0 deletions

View File

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