Solve 2023-05
This commit is contained in:
parent
a29eedb4ce
commit
0a5cf30889
5 changed files with 87 additions and 2 deletions
|
|
@ -20,3 +20,7 @@ spec = do
|
|||
describe "Day 4" do
|
||||
it "calculates correctly" do
|
||||
runAoC Y2023 D04 `shouldReturn` Right [24542, 8736438]
|
||||
|
||||
describe "Day 5" do
|
||||
it "calculates the example correctly" do
|
||||
runAoCExample Y2023 D05 `shouldReturn` Right [35]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue