fork download
  1. class Test {
  2. public static void main(String[] args) {
  3. System.out.println("This is to test jdk22 main method ");
  4. }
  5. }
Success #stdin #stdout 0.08s 54672KB
stdin
Standard input is empty
stdout
This is to test jdk22 main method