Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b521b6d

Browse files
author
Kanisorn Hongwatcharasakun
committed
[DuplicateRemover] add start-up class
0 parents  commit b521b6d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/DuplicateRemover.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
public class DuplicateRemover {
3+
4+
public static void main(String[] args) {
5+
// TODO Auto-generated method stub
6+
System.out.println("test");
7+
}
8+
9+
}

0 commit comments

Comments
 (0)