Skip to content

Commit f3de15b

Browse files
yet to come
1 parent c34091e commit f3de15b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Stack/balanceParenthesis.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ int main(){
3636
string str;
3737
cin >> str;
3838
cout << parenthesisMatching(str);
39-
return 0;
40-
}
39+
// return 0;
40+
}

0 commit comments

Comments
 (0)