Compare commits
No commits in common. "ab19406cd1e6f87086887fdc0415e7390f7222dc" and "75617f843bae37bcee192b1bc80ad3643c1c7dee" have entirely different histories.
ab19406cd1
...
75617f843b
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue