这个自动生成的文章一直没怎么动,不知道写什么,就来个helloworld吧
public class Helloworld{
public static void main(String[] args){
System.out.print("Hello,World!");
}
}
发布于 2021-07-11 682 次阅读
这个自动生成的文章一直没怎么动,不知道写什么,就来个helloworld吧
public class Helloworld{
public static void main(String[] args){
System.out.print("Hello,World!");
}
}
Comments NOTHING