fork download
  1. public class Main {
  2. public static void main(String[] args) {
  3. // This line prints the text to the console
  4. System.out.println("Hello, World!");
  5. }
  6. }
Success #stdin #stdout 0.07s 54592KB
stdin
Standard input is empty
stdout
Hello, World!