From d3edb52ebe54345c3d94d93666671dd0e259b557 Mon Sep 17 00:00:00 2001 From: realstealthninja <68815218+realstealthninja@users.noreply.github.com> Date: Sat, 5 Oct 2024 17:09:48 +0530 Subject: [PATCH] fix: terminate multiline comment --- greedy_algorithms/digit_separation.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/greedy_algorithms/digit_separation.cpp b/greedy_algorithms/digit_separation.cpp index b8df1a471..e2eb09469 100644 --- a/greedy_algorithms/digit_separation.cpp +++ b/greedy_algorithms/digit_separation.cpp @@ -88,6 +88,7 @@ namespace greedy_algorithms{ /** * @brief main function * @return 0 on sucessful exit + */ void tests(){ greedy_algorithms::DigitSeparation ds;