fork download
  1.  
  2. class OutPrint{
  3. public static void main(String[] args){
  4. System.out.println("Hello");
  5. }
  6. }
  7.  
Success #stdin #stdout 0.08s 212416KB
stdin

stdout
Hello