Update greedy_algorithms/digit_separation.cpp

Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>
This commit is contained in:
Muhammad Junaid Khalid
2024-10-05 16:49:24 +05:00
committed by GitHub
parent af077d2494
commit 18b65460e0

View File

@@ -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;