feat(*): Improve sunflower handling

This commit is contained in:
Josh Creek
2025-12-23 22:15:31 +00:00
parent 01625dfaca
commit 15581edf52
+2 -1
View File
@@ -73,4 +73,5 @@ def harvest_sunflowers(sunflowers):
handle_initial_planting(sunflowers) handle_initial_planting(sunflowers)
initial_planting_performed = True initial_planting_performed = True
find_sunflower_with_most_petals_and_harvest(sunflowers) for _ in range(1000):
find_sunflower_with_most_petals_and_harvest(sunflowers)