/** * A one-sentence desciption of the role or purpose of objects * of this class goes here. * * A more detailed description goes here, if necessary. * * @author Your_Name * @author Your_Partner * @version Mar 23, 2004 **/ public class SimplestApplication { /** Starts the program. * (The String arguments, args, are not used in * this application.) **/ public static void main(String[] args) { // Write code to do something here. } }