赞
踩
public class HelloWord { public static void main(String[] args) { System.out.println("Hello Sunny!"); }}
提示:双引号里面的内容可以随便写,下面的方框就是运行结果