first commit
This commit is contained in:
25
CS1322/p6/P6.java
Normal file
25
CS1322/p6/P6.java
Normal file
@@ -0,0 +1,25 @@
|
||||
/**
|
||||
* <PRE>
|
||||
* P6.java
|
||||
*
|
||||
* Revisions: 1.0 Nov. 26, 2002
|
||||
* Created the PacmanFileReader class
|
||||
* 1.1 Nov. 26, 2002
|
||||
* Compiled, Finished, Done
|
||||
*
|
||||
* </PRE>
|
||||
*
|
||||
* Collaboration statement:
|
||||
* I worked on this assignment with Roland Krystian Alberciak
|
||||
*
|
||||
* @author
|
||||
*<A HREF="mailto:gtg142g@mail.gatech.edu">Roland Krystian Alberciak</A>
|
||||
*@author <A HREF="mailto:gtg184g@mail.gatech.edu">Jose Manuel Caban</A>
|
||||
* @version Version 1.1, Nov. 25, 2002
|
||||
*/
|
||||
|
||||
public class P6{
|
||||
public static void main(String args[]){
|
||||
PacmanFrame pf = new PacmanFrame();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user