fork download
  1. class test{
  2. public static void main(String args[]){
  3. System.out.println("Hello 123");
  4. }
  5.  
  6. }
Success #stdin #stdout 0.06s 380224KB
stdin
Standard input is empty
stdout
Hello 123