fork download
  1. class Test{
  2. public static void main(String args[]){ new Test(); }
  3. Test(){ System.out.println("Hello World!"); }
  4. }
Success #stdin #stdout 0.04s 4386816KB
stdin
Standard input is empty
stdout
Hello World!