Skip to content

Commit fd945ea

Browse files
authored
在不同的包下创建两个类 Cat和Dog (hcsp#353)
在不同的包下创建两个类 Cat和Dog (hcsp#353)
1 parent 6a81df2 commit fd945ea

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-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.hcsp.pet1;
2+
3+
/**
4+
* @author Lilei
5+
* @date 2022/5/25-@23:25
6+
*/
7+
public class Cat {
8+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package com.github.hcsp.pet2;
2+
3+
/**
4+
* @author Lilei
5+
* @date 2022/5/25-@23:26
6+
*/
7+
public class Dog {
8+
}

0 commit comments

Comments
 (0)