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