Update backtracking/subarray_sum.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Swastika Gupta
2021-07-13 08:57:24 +05:30
committed by GitHub
parent f52934d2b9
commit 352c45155f

View File

@@ -111,6 +111,6 @@ static void test() {
* @returns 0 on exit
*/
int main() {
test(); // execute the test
test(); // run self-test implementations
return 0;
}