Advertisement
mbah_bejo

mainSupportSystem

Nov 8th, 2020
837
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.22 KB | None | 0 0
  1. public class mainSupportSystem {
  2.     public static void main(String [] args){
  3.         supportSystem sistem;
  4.         sistem = new supportSystem();
  5.  
  6.         sistem.SupportSystem();
  7.         sistem.start();
  8.  
  9.     }
  10. }
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement