main
Eric Paci 2024-05-15 12:43:22 +02:00
parent 9404b01c9a
commit ea970f99a0
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() {