fork download
  1. class Testing {
  2.  
  3. void Testing() {
  4. System.out.println("okay then");
  5.  
  6. }
  7.  
  8. public static void main(String[] args) {
  9.  
  10. Testing t = new Testing();
  11.  
  12. }
  13. }
Success #stdin #stdout 0.1s 320512KB
stdin
Standard input is empty
stdout
Standard output is empty