Skip to content

Commit

Permalink
Added Launcher.java class
Browse files Browse the repository at this point in the history
  • Loading branch information
elisab3 committed Apr 23, 2026
1 parent 64040ad commit 9c8e41e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/java/View/Launcher.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package View;

/**
* Launcher class for the Stock Trading Game
*/
public class Launcher {
public static void main(String[] args) {
StockTradingGameApp.main(args);
}
}

0 comments on commit 9c8e41e

Please sign in to comment.