fix: terminate multiline comment

This commit is contained in:
realstealthninja
2024-10-05 17:09:48 +05:30
committed by GitHub
parent cba0eb9603
commit d3edb52ebe

View File

@@ -88,6 +88,7 @@ namespace greedy_algorithms{
/**
* @brief main function
* @return 0 on sucessful exit
*/
void tests(){
greedy_algorithms::DigitSeparation ds;