Skip to content

Commit cba0eb9

Browse files
Update greedy_algorithms/digit_separation.cpp
Co-authored-by: realstealthninja <[email protected]>
1 parent 9c0034c commit cba0eb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

greedy_algorithms/digit_separation.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ namespace greedy_algorithms{
8585
}
8686
}
8787

88+
/**
89+
* @brief main function
90+
* @return 0 on sucessful exit
8891
void tests(){
8992
greedy_algorithms::DigitSeparation ds;
9093

0 commit comments

Comments
 (0)