Advertisement
Guest User

class Main

a guest
Feb 23rd, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. package proiect_individual_0;
  2.  
  3. public class Main {
  4. public static void main(String args[]) {
  5. GUI start = new GUI();
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement