Day 18, Part 1
This commit is contained in:
@@ -19,11 +19,12 @@ executable adventofcode2024
|
||||
main-is: Main.hs
|
||||
default-language: Haskell2010
|
||||
build-depends: base >= 4.7 && < 5
|
||||
, split
|
||||
, array
|
||||
, containers
|
||||
, regex-tdfa
|
||||
, matrix
|
||||
, mtl
|
||||
, regex-tdfa
|
||||
, split
|
||||
ghc-options: -Wall
|
||||
-Wcompat
|
||||
-Widentities
|
||||
@@ -62,3 +63,4 @@ executable adventofcode2024
|
||||
Day14.Puzzle2
|
||||
Day15.Puzzle1
|
||||
Day17.Puzzle1
|
||||
Day18.Puzzle1
|
||||
|
||||
Reference in New Issue
Block a user