Solve 2024-04
This commit is contained in:
parent
c4d54a9757
commit
c45f28f35d
3 changed files with 235 additions and 4 deletions
|
|
@ -17,11 +17,11 @@ spec = do
|
|||
it "calculates correctly" do
|
||||
runAoC Y2024 D03 `shouldReturn` Right [185797128, 89798695]
|
||||
|
||||
{-
|
||||
describe "Day 4" do
|
||||
it "calculates correctly" do
|
||||
runAoC Y2023 D04 `shouldReturn` Right [24542, 8736438]
|
||||
runAoC Y2024 D04 `shouldReturn` Right [2567, 2029]
|
||||
|
||||
{-
|
||||
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