Skip to content

Commit dbfa1d4

Browse files
authored
完成两个类的创建 (#333)
完成两个类的创建 (#333)
1 parent f2fc0d7 commit dbfa1d4

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)