Skip to content

Commit

Permalink
Create Main.java
Browse files Browse the repository at this point in the history
  • Loading branch information
JaiCantCode authored Dec 2, 2024
1 parent 22630c0 commit ceb4046
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Main.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
public class Main {
public static void main(String[] args) {
LogIn login = new LogIn();
Guest guest = login.logIn();
SoftEngHealthClubSystem softEngHealthClubSystem = new SoftEngHealthClubSystem(guest);
}
}

0 comments on commit ceb4046

Please sign in to comment.