Skip to content

Commit

Permalink
add prod answer for part 1
Browse files Browse the repository at this point in the history
  • Loading branch information
neilstudd committed Dec 3, 2024
1 parent 78f2cf1 commit 170ab25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2024/day03/day03.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def run_part_two(mode, expected = None):

# ADD EXPECTED OUTPUTS TO TESTS HERE 👇
run_part_one("test", 161)
run_part_one("prod")
run_part_one("prod", 166630675)
run_part_two("test2", 48)
run_part_two("prod", 93465710)
# Now run it and watch the magic happen 🪄

0 comments on commit 170ab25

Please sign in to comment.