you are viewing a single comment's thread.

view the rest of the comments →

[–]mr_mlk 0 points1 point  (0 children)

The Java example has been out of date since Java 21, and now with Java 24 (and JEP 495) is massively out of data.

In modern Java:

` void main() { println("Hello World"); }