missmainmethod.mj

来自「编译器mips版后端」· MJ 代码 · 共 12 行

MJ
12
字号
/**
 * 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 + =
减小字号Ctrl + -
显示快捷键?