test
parent
9404b01c9a
commit
ea970f99a0
|
@ -1,5 +1,5 @@
|
||||||
public class Schachbrett {
|
public class Schachbrett {
|
||||||
//bauen eines schachbretts Feldname(0,0) -> "A1"
|
//bauen eines schachbretts Feldname(0,0) -> "A1" TEST
|
||||||
private String[][] felder;
|
private String[][] felder;
|
||||||
|
|
||||||
public Schachbrett() {
|
public Schachbrett() {
|
||||||
|
|
Loading…
Reference in New Issue