LAB 0 – Open Lab and Eclipse

Lab Report 0 – Description

This is lab 0

Code:

package lab0;

public class HelloWorld {

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

Screenshots:

Here are the screenshots

screenshot

Leave a Reply

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