LAB 0

package lab0;

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 *