Skip to content

Conversation

@llaobin0207
Copy link
Contributor

Java程序的基本结构练习: 创建一个public static void main(String[] args)方法

@hcsp-bot
Copy link
Contributor

🎉 感谢提交Pull Request!请稍等片刻,我们已经将其提交到CI进行检查,一旦有结果会立即通知您!

@hcsp-bot
Copy link
Contributor

你的提交 221630e ,似乎失败了:Your tests failed on CircleCI

😅 请不要气馁,仔细分析原因,再接再厉!

public class Main {
// Create a public static void main(String[] args) method here.
// 在这里创建一个public static void main(String[] args)方法。
public static void main(String[]args){
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public static void main(String[]args){
public static void main(String[]args){
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

少了一个右花括号,本地编译通过了么?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants