public class Hello{
public static void main(String args[]){
System.out.println("hello word!hello word!hello word!hello word!");
}
}
hello word

最新推荐文章于 2024-05-16 21:06:50 发布
public class Hello{
public static void main(String args[]){
System.out.println("hello word!hello word!hello word!hello word!");
}
}