first commit
This commit is contained in:
39
CS1322/p4/P4.java
Normal file
39
CS1322/p4/P4.java
Normal file
@@ -0,0 +1,39 @@
|
||||
/**
|
||||
* <PRE>
|
||||
* P4.java
|
||||
*
|
||||
* Revisions: 1.0 Oct. 27, 2002
|
||||
* Created the P4 class
|
||||
* 1.1 Oct. 27, 2002
|
||||
* Compiled, tested, Commented
|
||||
*
|
||||
* </PRE>
|
||||
*
|
||||
* Collaboration Statement:
|
||||
* I worked on the homework assignment alone, using only
|
||||
* course materials.
|
||||
*
|
||||
* Created with JCreatorLE, some indents are off when viewed through notepad
|
||||
* or EMACS
|
||||
*
|
||||
* @author <A HREF="mailto:gtg184g@mail.gatech.edu">Jose Manuel Caban</A>
|
||||
* @version Version 1.1, Oct. 27, 2002
|
||||
*/
|
||||
|
||||
public class P4 {
|
||||
|
||||
/**
|
||||
* Debugging main for class P4.
|
||||
* This method will rigorously test my code.
|
||||
*
|
||||
* <br><br>
|
||||
* @param args a String array of command line arguments.
|
||||
*/
|
||||
public static void main(String[] args) {
|
||||
//Approx. Coding time for this file
|
||||
//3.2 Hours
|
||||
|
||||
AircraftCarrier USS_JOSE_RULES = new AircraftCarrier();
|
||||
}// end of main(String[] args)
|
||||
|
||||
}// end of class P4
|
||||
Reference in New Issue
Block a user