Advertisement
Agony_

Programm.java

Mar 9th, 2020
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. package zuul;
  2. public class Programm {
  3.  
  4. /**
  5. * @param args
  6. */
  7. public static void main(String[] args) {
  8. Spiel meinSpiel = new Spiel();
  9. meinSpiel.spielen();
  10.  
  11. }
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement