Skip to content

Commit 9c5a25d

Browse files
committed
commit test
1 parent f03f7ba commit 9c5a25d

File tree

1 file changed

+8
-0
lines changed
  • students/962040254/src/com/github/wluqing/coding2017/basic/ood/ocp

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package com.github.wluqing.coding2017.basic.ood.ocp;
2+
3+
public class CommitTest {
4+
5+
public static void main(String[] args) {
6+
System.out.println("commit test");
7+
}
8+
}

0 commit comments

Comments
 (0)