简体中文
我们的Home
类引用了Cat
类和Dog
类,但是缺少了import
语句导致编译无法通过。请修复之。
- 请为
Home
类补全import
语句,使之能够通过编译。 - 创建一个pull request。
- 机器人将会检查你的PR,告诉你你是否通过了挑战。
- 回到字节传说,然后继续你的英雄旅程。
注意:我们只允许您修改以下文件,任何对其他文件的修改都会被拒绝:
src/main/java/com/bytelegend/Home.java
Our Home
class references Cat
class and Dog
class, but lacks import
s. The code can't compile now, please fix it.
- Complete
import
s inHome
class so that the code can compile. - Create a pull request.
- The bot will check your PR and tell you if you accomplish the challenge.
- Go back to ByteLegend and continue your hero journey.
Note: we only allow you to modify the following files. Any changes to files other than the following files will be rejected:
src/main/java/com/bytelegend/Home.java