Skip to content

Instantly share code, notes, and snippets.

@Vishnujha44
Created May 27, 2025 17:58
Show Gist options
  • Save Vishnujha44/32ec77450b0fd26a6a69b55b23c84b12 to your computer and use it in GitHub Desktop.
Save Vishnujha44/32ec77450b0fd26a6a69b55b23c84b12 to your computer and use it in GitHub Desktop.
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