1.1节hellow world
package test;
public class Test {
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.print("hello world");
}
}
转载于:https://blog.51cto.com/10616665/1875004
1.1节hellow world
package test;
public class Test {
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.print("hello world");
}
}
转载于:https://blog.51cto.com/10616665/1875004