Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. /*
  2. * S T R I N G S
  3. */
  4.  
  5. //Spielfeld
  6. static String eins = "[ 1 ]";
  7. static String zwei = "[ 2 ]";
  8. static String drei = "[ 3 ]";
  9.  
  10. static String vier = "[ 4 ]";
  11. static String fünf = "[ 5 ]";
  12. static String sechs = "[ 6 ]";
  13.  
  14. static String sieben = "[ 7 ]";
  15. static String acht = "[ 8 ]";
  16. static String neun = "[ 9 ]";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement