We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a146b75 commit fa8e802Copy full SHA for fa8e802
1 file changed
src/main/java/com/github/hcsp/Main.java
@@ -3,5 +3,7 @@
3
public class Main {
4
// Create a public static void main(String[] args) method here.
5
// 在这里创建一个public static void main(String[] args)方法。
6
+ public static void main(String[] args) {
7
8
+ }
9
}
0 commit comments