5 lines
96 B
Text
5 lines
96 B
Text
|
// Error: the main method must have no arguments
|
||
|
|
||
|
class Main {
|
||
|
void main(Object[] args) {}
|
||
|
}
|