From 18b65460e0ded7b1994b10a5baec77cebf9709cb Mon Sep 17 00:00:00 2001 From: Muhammad Junaid Khalid Date: Sat, 5 Oct 2024 16:49:24 +0500 Subject: [PATCH] Update greedy_algorithms/digit_separation.cpp Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com> --- greedy_algorithms/digit_separation.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/greedy_algorithms/digit_separation.cpp b/greedy_algorithms/digit_separation.cpp index 23bb1ecbb..7a195b5a3 100644 --- a/greedy_algorithms/digit_separation.cpp +++ b/greedy_algorithms/digit_separation.cpp @@ -86,8 +86,8 @@ namespace greedy_algorithms{ } /** - * @brief main function - * @return 0 on sucessful exit + * @brief self test implementation + * @return void */ void tests(){ greedy_algorithms::DigitSeparation ds;