📄 missmainmethod.mj
字号:
/**
* This program is used to test whether your compiler can find the
* omission of the main method.
* The following program is wrong. Your compiler should find out the
* errors. It's better to point out the exact positions of the errors
* and output useful information.
*/
class Program {
// ERROR: miss main method
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -