提交 bfb6ca37 编写于 作者: 沉默王二's avatar 沉默王二 💬

Update Cmower.java

上级 fe4326c5
...@@ -3,9 +3,9 @@ package com.cmower.java_demo.programcreek; ...@@ -3,9 +3,9 @@ package com.cmower.java_demo.programcreek;
public class Cmower { public class Cmower {
public static void main(String[] args) { public static void main(String[] args) {
String cmower = "沉默王二,一枚有趣的程序员"; String cmower = "沉默王二,一枚有趣的程序员";
cmower = cmower.substring(0, 4); cmower = cmower.substring(0, 4);
System.out.println(cmower); System.out.println(cmower);
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册