This commit is contained in:
Christian
2023-09-24 20:20:47 +02:00
parent 0402af987a
commit f9e3cf2f75
6 changed files with 192 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ paths =
, "./data/09.in"
, "./data/10.in"
, "./data/11.in"
, "./data/12.in"
]
solutions :: [(Integer, [Day], FilePath)]
@@ -40,4 +41,4 @@ groups :: [Benchmark]
groups = map makeGroup solutions
main :: IO ()
main = defaultMain groups
main = defaultMain groups