fork download
  1. /**
  2.  * @author Damien
  3.  */
  4. public class testing {
  5. public static void main(String args[]){
  6.  
  7. testClass test = new testClass(1, 2.5);
  8. test.run();
  9.  
  10. }
  11. }
  12.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty