diff --git a/17/17.py b/17/17.py index fa42c1c..64791f6 100644 --- a/17/17.py +++ b/17/17.py @@ -32,7 +32,7 @@ def pos_in_target(x: int, y: int, target: target_t) -> bool: return True -def brute_force(target: target_t): +def brute_force(target: target_t) -> tuple[int, int]: best_y = 0 values_found = 0