Hello World

… is literally the first program assignment I ever had.

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

It was a short and sweet assignment that set me down the path to a career in tech.

Continue Reading