Skip to content

Commit

Permalink
Add comments to Main.java
Browse files Browse the repository at this point in the history
  • Loading branch information
wr7 committed Jan 16, 2024
1 parent 85775eb commit c948c43
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/src/main/java/worm/Main.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
/*
* AP Computer Science A project
*
* Worm - A multi-level graphical Snakebird-like puzzle game
*/
package worm;

import worm.graphics.WormWindow;

public class Main {
public static void main(String[] args) {
// Create window
new WormWindow();
}
}

0 comments on commit c948c43

Please sign in to comment.