2 Star 0 Fork 0

BESTI.IS.JAVA2018/20165202jhs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Hello1.java 319 Bytes
一键复制 编辑 原始数据 按行查看 历史
Haisu_20165202 提交于 2018-03-08 21:13 . week1 add
public class Hello1 {
public static void main (String args[] ){
System.out.println("大家好!");
System.out.println("Nice to meet you");
Student stu = new Student();
stu.speak("We are students");
}
}
class Student {
public void speak(String s) {
System.out.println(s);
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/BESTI-IS-JAVA-2018/20165202jhs.git
git@gitee.com:BESTI-IS-JAVA-2018/20165202jhs.git
BESTI-IS-JAVA-2018
20165202jhs
20165202jhs
master

搜索帮助