fork download
  1. class helloworld {
  2. public static void main(String[] args)
  3. {
  4. System.out.println("Shrenik");
  5. }
  6. }
  7.  
Success #stdin #stdout 0.09s 54648KB
stdin
Standard input is empty
stdout
Shrenik