Skip to content

Commit

Permalink
phase1
Browse files Browse the repository at this point in the history
  • Loading branch information
ahak14 committed May 8, 2019
1 parent ab80b5b commit b32c1b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

public class Main {
public static void main(String[] args) {

Controller controller = Controller.getInstance();
controller.addStack(AccountMenuController.getInstance());
controller.mainController();
Expand Down

0 comments on commit b32c1b8

Please sign in to comment.