hello world
第一篇博客 开搞了,hello world
public class Demo01 {
public static void main(String[] args) {
System.out.println("hello world!!!");
}
}
第一篇博客 开搞了,hello world
public class Demo01 {
public static void main(String[] args) {
System.out.println("hello world!!!");
}
}