fork download
  1. class anothermain{
  2. public static void main(String[] args) {
  3. System.out.println("hello1");
  4. }
  5. }
  6. class main {
  7. public final static void main(String[] args) {
  8. System.out.println("hello");
  9.  
  10. }
  11. }
Success #stdin #stdout 0.1s 320256KB
stdin
Standard input is empty
stdout
hello1