Skip to content

Commit a4d9a45

Browse files
authored
Update Code.cpp
1 parent 3b77665 commit a4d9a45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Code.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ string place(int flag,int c,int d){
1313
}
1414
return ans;
1515
}
16-
// NICE Comment
16+
1717
int match(string s,string s1){
1818
int count=0;
1919
for(int i=0;i<s.length();i++){

0 commit comments

Comments
 (0)