Compare commits

..

5 Commits

1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
public class Schachbrett {
//bauen eines schachbretts Feldname(0,0) -> "A1"
//bauen eines schachbretts Feldname(0,0) -> "A1" TEST
private String[][] felder;
public Schachbrett() {