This commit is contained in:
2023-12-03 13:27:50 +01:00
parent 357c6dd0c3
commit fd46f6dfa2
5 changed files with 135 additions and 0 deletions

View File

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