devilish666@lemmy.world to Programmer Humor@programming.dev · 1 day agoMoo... moo...lemmy.worldvideomessage-square3fedilinkarrow-up114
arrow-up114videoMoo... moo...lemmy.worlddevilish666@lemmy.world to Programmer Humor@programming.dev · 1 day agomessage-square3fedilink
minus-squareExLisperAlinkfedilinkarrow-up5·1 day agoActually, in Java 24 it’s: void main() { println("Hello World"); }
minus-squareAkagigahara@lemmy.worldlinkfedilinkarrow-up1·23 hours agoOh that’s interesting. It kinda reminds me of the C# top level statements feature. This still creates the function main in the normal way, right?
Actually, in Java 24 it’s:
void main() { println("Hello World"); }
Oh that’s interesting. It kinda reminds me of the C# top level statements feature.
This still creates the function main in the normal way, right?