We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18b6546 commit 87b955bCopy full SHA for 87b955b
greedy_algorithms/digit_separation.cpp
@@ -89,7 +89,7 @@ namespace greedy_algorithms{
89
* @brief self test implementation
90
* @return void
91
*/
92
-void tests(){
+static void tests(){
93
greedy_algorithms::DigitSeparation ds;
94
95
// Test case: Positive number
0 commit comments