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