Back

Hello World

I will start my very first post with the first code snippet I encountered:

public static void main(String args[]) {
  System.out.println("Hello World");
}

This is obviously in Java and Java is the first programming language I learned!