Today on exceptionally shit takes: "C++ is easier than Java"
@lizzy actually with Java 23+ you can now have "void main() { println("Hello world!"); }" which should be shorter than the C++ one (even if you skip the iostream verbosity and use C puts) since you don't need to include anything