CET 3640 Lab 0

Lab Description:
This is a program to print Hello World to see if the software is
 install correctly

CODE:
public class main {

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

SCREENSHOT:
In this this section you must provide screenshots showing your program running, 
see the example below.



		
		

Leave a Reply

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