//**********************************************************************
// Class Name:  template1.java
// Assignment:  Lab || Program XX, Title
// 
// Author Name: Your Name
// Email:       youremail@calpoly.edu
// URL:         www.calpoly.edu/~yourlogin/
// UNIX home:   /home/yourpath/yourhomedir/
//
// Course:      CSC/CPE 101
// Section:     0x
// Term         Winter 2001
// School:      California Polytechnic State University
// Address:     San Luis Obispo, CA  93407  USA
//
// History:
//    fill in details (original date and author; modifications; etc.)
//
//**********************************************************************
//
// Program Description and Design Overview:
//  fill in details
//
// Input Requirements:
//  fill in pre-conditions
//
// Output Requirements:
//  fill in post-conditions
//
// Variables Used:
//  fill in parameter details 
//    (name, type, purpose, units, range, scope, source, etc.)
//
// Included Methods:
//  fill in details
//
// Imported Methods:
//  fill in details
//
// Program Assumptions:
//  fill in details
//
// Pending Problems:
//  fill in details
//
//**********************************************************************

public class template1      /* Note: ClassName here to match filename.*/
{
   //-------------------------------------------------------------------
   // Insert a comment about the main method.
   //-------------------------------------------------------------------
   public static void main (String[] args)
   {
   
   
   } // end main
} // end class ClassName