Skip to content

Commit 118f1b3

Browse files
committed
2023 d8: Fix typo in original solution
1 parent e0378da commit 118f1b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

2023/original_solutions/day08.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,4 @@ def steps(G, src, dst, path, p2=False):
4747
ns.append(n)
4848

4949
ans = lcm(*ns)
50-
51-
advent.print_and_submit(2, ans)
50+
advent.print_answer(2, ans)

0 commit comments

Comments
 (0)