Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2015
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.28 KB | None | 0 0
  1.  
  2. public class main
  3. {
  4.     // instance variables - replace the example below with your own
  5.  
  6.  
  7.     /**
  8.      * Constructor for objects of class main
  9.      */
  10.     public main()
  11.     {
  12.  
  13.     }
  14.  
  15.     public static void main(String [] args)
  16.     {
  17.         IGU main = new IGU();  
  18.     }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement