Skip to content

Commit 350b4b5

Browse files
authored
创建两个公开类在两个包中 (hcsp#342)
创建两个公开类在两个包中 (hcsp#342)
1 parent 5982bd5 commit 350b4b5

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)