Lab 0

Lab 0 included setting up OpenLab and creating a Hello World program in Eclipse.

public class HelloWorld {

	/**
	 * @param args
	 */
	public static void main(String[] args) {
		// TODO Auto-generated method stub
		System.out.println("Hello World");
	}
}

Leave a Reply

Your email address will not be published. Required fields are marked *