public class CSCI111 {
public static void main(String[] args) {
System.out.println(
"Programming with Java I"
);
}
}
Today in class we created this file:
https://github.com/sleddog/csci111/blob/master/lectures/jan13/Example.java