Advertisement
Guest User

main.java

a guest
Jul 13th, 2014
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.15 KB | None | 0 0
  1. package extends_bsp;
  2.  
  3. public class main {
  4.    
  5.     public static void main(String[] args) {
  6.         new Basis().start();
  7.        
  8.         new Beispiel().start();
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement