fork download
  1. class HelloWorld
  2. { public static void main(String[] args)
  3. {
  4. System.out.println("hello world, this is my first java program");
  5. }
  6. }
Success #stdin #stdout 0.07s 54704KB
stdin
Standard input is empty
stdout
hello world, this is my first java program