first commit

This commit is contained in:
Jose Caban
2025-06-07 01:59:34 -04:00
commit 388ac241f0
3558 changed files with 9116289 additions and 0 deletions

25
CS1322/p6/P6.java Normal file
View 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();
}
}