Skip to content

Commit e08cb9b

Browse files
committed
在不同的包中创建两个类
1 parent ec22a78 commit e08cb9b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package com.github.hcsp.pet1;
2+
3+
public class Cat {
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package com.github.hcsp.pet2;
2+
3+
public class Dog {
4+
}

0 commit comments

Comments
 (0)