/*******************************************************************************
*
* <Template> program
*
* Purpose: This program ...
*
* @author <your name>
*
* @version 1.0 (<month> <day>, 2018)
*
******************************************************************************/
public class <Template> {
/**=========================================================================
* CLASS CONSTANTS
*
* Constants used throughout this program and their comments.
*========================================================================*/
/**=========================================================================
* CLASS VARIABLES
*
* Program public variables are listed below along with their comments.
*========================================================================*/
/**=========================================================================
* CLASS METHODS
*
* Program methods are listed below in alphabetical order or in the order
* called within main.
*========================================================================*/
/**=========================================================================
* CLASS main
*
* @param args - The command-line arguments passed to the running program.
*========================================================================*/
public static void main(String[] args) {
}
}