this post was submitted on 13 Nov 2024
810 points (96.1% liked)

Greentext

4385 readers
1255 users here now

This is a place to share greentexts and witness the confounding life of Anon. If you're new to the Greentext community, think of it as a sort of zoo with Anon as the main attraction.

Be warned:

If you find yourself getting angry (or god forbid, agreeing) with something Anon has said, you might be doing it wrong.

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] cows_are_underrated@feddit.org 0 points 3 hours ago

Trying to print hello world is actually pretty easy

public static void main[Args]{ SystemPrintOutLn("Helli world"); }

That's should be it. But I can devinetively agree. For simple tasks Java is to complex because you need to do to much stuff prior to it. If you have more complex things its actually not that bad since if you have a good polished infrastructure it can be quite good.