fork download
  1. // * Test.java * What's wrong application. * Student Name */ package testMyKnowledge; /** * The Test class should display a string, */ public class Test { private static int main(string[] args) { System.out.println("Testing...)
  2.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Error: class not found: ?
Error: class not found: Main.java
spoj: The program compiled successfully, but main class was not found.
      Main class should contain method: public static void main (String[] args).
stdout
Standard output is empty