File tree Expand file tree Collapse file tree 2 files changed +4
-15
lines changed
java_demo/src/main/java/com/cmower/java_demo/programcreek Expand file tree Collapse file tree 2 files changed +4
-15
lines changed Original file line number Diff line number Diff line change 22* .prefs
33java_demo /.project
44java_demo /.classpath
5- .idea /vcs.xml
6- .idea /vcs.xml
7- .idea /misc.xml
8- .idea /modules.xml
9- .idea /vcs.xml
10- .idea /workspace.xml
11- .idea /vcs.xml
12- java_demo /logs /error.log
13- * .log
14- .idea /vcs.xml
5+ .idea /
6+ java_demo /logs /
157java_demo /src /main /main.iml
168java_demo /src /test /test.iml
17- .idea /vcs.xml
189.DS_Store
19- java_demo /.idea /misc.xml
20- java_demo /.idea /modules.xml
21- java_demo /.idea /vcs.xml
10+ java_demo /.idea /*
2211java_demo /java_demo.iml
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ public class Cmower {
55 public static void main (String [] args ) {
66 String cmower = "沉默王二,一枚有趣的程序员" ;
77 cmower = cmower .substring (0 , 4 );
8- System .out .println ();
8+ System .out .println (cmower );
99 }
1010
1111}
You can’t perform that action at this time.
0 commit comments