Refactor day 16
This commit is contained in:
@@ -110,8 +110,9 @@ executable day15
|
||||
default-language: Haskell2010
|
||||
|
||||
executable day16
|
||||
main-is: Main.hs
|
||||
other-modules: Commons Part1 Part2
|
||||
build-depends: base ^>=4.15.1.0, array, containers
|
||||
hs-source-dirs: day16
|
||||
default-language: Haskell2010
|
||||
main-is: Main.hs
|
||||
other-modules: Commons Part1 Part2
|
||||
build-depends: base ^>=4.15.1.0, array, containers
|
||||
hs-source-dirs: day16
|
||||
default-language: Haskell2010
|
||||
default-extensions: LambdaCase
|
||||
|
||||
Reference in New Issue
Block a user