Compare commits

..

No commits in common. "ab19406cd1e6f87086887fdc0415e7390f7222dc" and "75617f843bae37bcee192b1bc80ad3643c1c7dee" have entirely different histories.

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" TEST
//bauen eines schachbretts Feldname(0,0) -> "A1"
private String[][] felder;
public Schachbrett() {