Created
May 27, 2025 17:58
-
-
Save Vishnujha44/32ec77450b0fd26a6a69b55b23c84b12 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main; | |
import ui.BankUI; | |
public class Main { | |
public static void main(String[] args) { | |
new BankUI(); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment