Skip to content

Commit 40d36ef

Browse files
committed
refactor(codeforces): rename p2190B to p2190B1
1 parent 464e6fd commit 40d36ef

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/lzw/solutions/codeforces/p2190B1

1 file changed

+1
-1
lines changed

src/main/java/com/lzw/solutions/codeforces/p2190B/Main.java renamed to src/main/java/com/lzw/solutions/codeforces/p2190B1/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.lzw.solutions.codeforces.p2190B;
1+
package com.lzw.solutions.codeforces.p2190B1;
22

33
import java.io.BufferedReader;
44
import java.io.IOException;

0 commit comments

Comments
 (0)