You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

UnnamedClassWithSimpleMainMethodPreview1.java 137B

123456
  1. /**
  2. * Example according to <a href="https://openjdk.org/jeps/445">JEP 445</a>
  3. */
  4. void main() {
  5. System.out.println("Hello world!");
  6. }