Hello World!

hello-world-java
Only geeks will fully understand the inside joke the title of this specific post brings…

But fiiiine, I’ll explain it to you mere mortals non-geeks out there, haha! (Geeks will rule the world!)

When you first learn a programming language, the first thing you learn is how to display text on a screen. And the phrase that’s usually used as an example is… (guess what?!) “Hello World!”

I guess you can say, this is the start of something bee-yoo-ti-ful! 🙂

2 responses to “Hello World!”

  1. class myfirstjavaprog
    {
    public static void main(String args[])
    {
    System.out.println(“Welcome to Earth!”);
    }
    }

Leave a comment