package dubstep;
public class Main {
public static void main(String[] args) {
System.out.println("test");
}
}
Any Java code results in Runtime Error. Even if is simple like above.
What's the problem?
Runtime Error with any Java 7/8 Submisson
package dubstep;
public class Main {
public static void main(String[] args) {
System.out.println("test");
}
}
Any Java code results in Runtime Error. Even if is simple like above.
What's the problem?