guyanqing 1 жил өмнө
parent
commit
430ebdf394

+ 6 - 0
.idea/vcs.xml

@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="VcsDirectoryMappings">
+    <mapping directory="$PROJECT_DIR$" vcs="Git" />
+  </component>
+</project>

+ 1 - 0
src/main/java/com/sf/day01/Test.java

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