Is there a special reason the class name need to be named Main, in a Java-submission?
It would be a nice feature if the judge system accepted any class with a main-method.
I know that there are more people than my self that needs to manually change the class name in every submission, and it gets somewhat tedious after a while. The reason I cant name every problem solution class Main is because i use (the commonly used) Eclipse IDE. The alternative would to create a entirely new Eclipse-project for every problem 