Add Day 2 solutions
This commit is contained in:
@@ -19,6 +19,7 @@ executable adventofcode2025
|
||||
main-is: Main.hs
|
||||
default-language: Haskell2010
|
||||
build-depends: base >= 4.7 && < 5
|
||||
, split
|
||||
ghc-options: -Wall
|
||||
-Wcompat
|
||||
-Widentities
|
||||
@@ -30,3 +31,4 @@ executable adventofcode2025
|
||||
-Wredundant-constraints
|
||||
other-modules:
|
||||
Day01
|
||||
Day02
|
||||
|
||||
Reference in New Issue
Block a user