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