Lecture Notes on 14 Jan 2013 // Our First Program in Java public class Hello { public static void main (String[] args) { System.out.println ("Hello World!"); } }