Comment on Crying is a free action

<- View Parent
loutr@sh.itjust.works ⁨1⁩ ⁨week⁩ ago

Java has changed a lot since Java 8. Here’s a 3-line HelloWorld.java compatible with Java 21+:

void main() {
    System.out.println("Hello, World!");
}

source
Sort:hotnewtop