Skip to content

Commit 7c87fd1

Browse files
authored
Rename solution/1500-1599/1576.Replace All ?'s to Avoid Consecutive Repeating Characters/Solution.java to solution/1500-1599/1576.Replace All #003F's to Avoid Consecutive Repeating Characters/Solution.java
1 parent d7bf400 commit 7c87fd1

File tree

1 file changed

+1
-1
lines changed
  • solution/1500-1599/1576.Replace All #003F's to Avoid Consecutive Repeating Characters

1 file changed

+1
-1
lines changed

solution/1500-1599/1576.Replace All ?'s to Avoid Consecutive Repeating Characters/Solution.java renamed to solution/1500-1599/1576.Replace All #003F's to Avoid Consecutive Repeating Characters/Solution.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ public String modifyString(String s) {
1717
}
1818
return new String(chars);
1919
}
20-
}
20+
}

0 commit comments

Comments
 (0)