|
@@ -7,5 +7,6 @@ public class Test {
|
|
//程序启动的入口 psvm 打印到控制台sout
|
|
//程序启动的入口 psvm 打印到控制台sout
|
|
public static void main(String[] args){
|
|
public static void main(String[] args){
|
|
System.out.println("Hello");
|
|
System.out.println("Hello");
|
|
|
|
+ System.out.println("Hello Students");
|
|
}
|
|
}
|
|
}
|
|
}
|