package hello;
public class helloworld {
// main主方法是java程序的入口方法
public static void main(String[] args) {
System.out.println("helloworld");
System.out.println("hello");
}
}
helloeveryone
最新推荐文章于 2024-06-29 21:20:57 发布
package hello;
public class helloworld {
// main主方法是java程序的入口方法
public static void main(String[] args) {
System.out.println("helloworld");
System.out.println("hello");
}
}