Lab #0

LAB DESCRIPTION:

Testing Eclipse

CODE:

public class HelloWorld {

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

}

SCREENSHOT:

Lab#0

Leave a Reply

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