Solve 2023-04
This commit is contained in:
parent
ea76aecceb
commit
a29eedb4ce
11 changed files with 482 additions and 159 deletions
|
|
@ -15,4 +15,8 @@ spec = do
|
|||
|
||||
describe "Day 3" do
|
||||
it "calculates correctly" do
|
||||
runAoC Y2023 D03 `shouldReturn` Right [528799]
|
||||
runAoC Y2023 D03 `shouldReturn` Right [528799, 84907174]
|
||||
|
||||
describe "Day 4" do
|
||||
it "calculates correctly" do
|
||||
runAoC Y2023 D04 `shouldReturn` Right [24542, 8736438]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue