Java基础之如何输出hello world
public class helloworld {
public static void main(String[] args) {
System.out.println("hello world");
}
}
Java基础之如何输出hello world
public class helloworld {
public static void main(String[] args) {
System.out.println("hello world");
}
}