package hello;
public class helloworld {
// main主方法是java程序的入口方法
public static void main(String[] args) {
System.out.println("helloworld");
System.out.println("hello");
}
}
helloeveryone
最新推荐文章于 2021-05-16 04:42:52 发布
package hello;
public class helloworld {
// main主方法是java程序的入口方法
public static void main(String[] args) {
System.out.println("helloworld");
System.out.println("hello");
}
}