/** Class Comment Should include a description of the class
 *
 * @author <<< Your name (both if partners) >>>
 * @version <<< Today's Date >>>
 */
public class Template
{
   /** Entry point to the application
    * 
    * @param args Command line arguments - unused in this application
    */
   public static void main (String args[])
   {
   
   }
}