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

@@ -19,6 +19,7 @@ paths =
, "./data/09.in"
, "./data/10.in"
, "./data/11.in"
, "./data/12.in"
]
solutions :: [(Int, Day, FilePath)]
@@ -37,4 +38,4 @@ main =
>>= (\case
["all"] -> runAll solutions
_ -> runAll [last solutions])
>> printFooter
>> printFooter