I made a poster showing how one might write a Hello World program in 39 different programming languages, and even different versions of some common languages like Java:
https://troymcconaghy.blog/2025/01/13/39-hello-world-program...
replies(4):
https://troymcconaghy.blog/2025/01/13/39-hello-world-program...
void main() {
IO.println("Hello World");
}