/**************************************
 *  describe this class here
 *
 * @author - Who are you?
 * @version - V? - date 
 *************************************/
 // if this is a programming assignment,
 // your reference and acknowledgement block goes here
 // not needed for labs.

public class template // obviously, you change the name
{
	/********************************************
	 * main method documentation goes here.  What does
	 * this method do 
	 *
	 * @param args Unused in this application
	 ********************************************/
	public static void main (String args [])
	{
	
	
	
	}
}