fork download
  1. class HelloWorldApp {
  2. public static void main(String[] args) {
  3. System.out.println("Hello World!"); // Display the string.
  4. }
  5. }
Success #stdin #stdout 0.06s 380160KB
stdin
Standard input is empty
stdout
Hello World!