Files
GTSchoolShit/CS1322/p6/P6.java
2025-06-07 01:59:34 -04:00

25 lines
611 B
Java

/**
* <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();
}
}