mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-08 15:14:01 +08:00
fix: terminate multiline comment
This commit is contained in:
@@ -88,6 +88,7 @@ namespace greedy_algorithms{
|
||||
/**
|
||||
* @brief main function
|
||||
* @return 0 on sucessful exit
|
||||
*/
|
||||
void tests(){
|
||||
greedy_algorithms::DigitSeparation ds;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user