hi,
I am using java as language to solve problems.
I was submitting solution to TEST in java file
public class Test {
public static void main(String [] args) {
// my code here
}
}
i was getting compile time error...that file is public and should be declared inside Test.java.
How to submit the solution in java..Please help.