Update greedy_algorithms/digit_separation.cpp

Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>
This commit is contained in:
Muhammad Junaid Khalid
2024-10-05 16:44:09 +05:00
committed by GitHub
parent 5f392b9960
commit 373e1df601

View File

@@ -138,6 +138,10 @@ void tests(){
reverseOrder = ds.digitSeparationReverseOrder(number);
assert(reverseOrder == expectedReverse);
/**
* @brief main function
* @return 0 on successful exit
*/
int main() {
tests(); // run self test implementation