Skip to content

Commit 105ab18

Browse files
author
Victorio Nascimento
committed
Add missing break
1 parent c5bdabc commit 105ab18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aoc/2025/05/05.vn.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
for l, r in ranges:
3939
if l <= ingredient and ingredient <= r:
4040
res1 += 1
41+
break
4142

4243
res2 = 0
4344
for l, r in ranges:

0 commit comments

Comments
 (0)