mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-08 15:02:37 +08:00
Update greedy_algorithms/digit_separation.cpp
Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ad034743ea
commit
5f392b9960
@@ -139,7 +139,7 @@ void tests(){
|
||||
reverseOrder = ds.digitSeparationReverseOrder(number);
|
||||
assert(reverseOrder == expectedReverse);
|
||||
int main() {
|
||||
tests();
|
||||
tests(); // run self test implementation
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user