From 8820817917fbfb9179afb05d6bb7d7590d56bedb Mon Sep 17 00:00:00 2001 From: Kisukabe Date: Mon, 28 Jul 2025 08:30:21 +0700 Subject: [PATCH] update print("duc is the best") --- matrix/binary_search_matrix.py | 1 + 1 file changed, 1 insertion(+) diff --git a/matrix/binary_search_matrix.py b/matrix/binary_search_matrix.py index 6f203b7a3484..c9249331f52d 100644 --- a/matrix/binary_search_matrix.py +++ b/matrix/binary_search_matrix.py @@ -55,3 +55,4 @@ def mat_bin_search(value: int, matrix: list) -> list: import doctest doctest.testmod() +print("duc is the best")