Skip to content

Commit 5f392b9

Browse files
Update greedy_algorithms/digit_separation.cpp
Co-authored-by: realstealthninja <[email protected]>
1 parent ad03474 commit 5f392b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

greedy_algorithms/digit_separation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ void tests(){
139139
reverseOrder = ds.digitSeparationReverseOrder(number);
140140
assert(reverseOrder == expectedReverse);
141141
int main() {
142-
tests();
142+
tests(); // run self test implementation
143143

144144
return 0;
145145
}

0 commit comments

Comments
 (0)