refactor(): Increase sunflower cycles

This commit is contained in:
Josh Creek
2025-12-26 18:20:46 +00:00
parent 2637dcd4ff
commit 24353a6255
+1 -1
View File
@@ -73,5 +73,5 @@ def harvest_sunflowers(sunflowers):
handle_initial_planting(sunflowers)
initial_planting_performed = True
for _ in range(1000):
for _ in range(100000):
find_sunflower_with_most_petals_and_harvest(sunflowers)