fork download
  1. import java.util.*;
  2.  
  3. class Azure {
  4. // public static final double fav = 1.99;
  5.  
  6. // private string name = "fello";
  7. public Azure(){
  8. System.out.print("name");
  9. }
  10. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
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