/** * Example according to JEP 445 */ void main() { System.out.println("Hello world!"); }