We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9659ad8 commit 21a65ecCopy full SHA for 21a65ec
1 file changed
src/main/java/com/github/hcsp/Main.java
@@ -3,7 +3,7 @@
3
public class Main {
4
// Create a static member "message" here to store the string "Hello"
5
// 在这里创建一个名为"message"的静态成员变量,并存储字符串"Hello"
6
-
+ public static String message= "Hello";
7
public static void main(String[] args) {
8
System.out.println(message);
9
}
0 commit comments