Compare commits
5 Commits
75617f843b
...
ab19406cd1
Author | SHA1 | Date |
---|---|---|
Eric Paci | ab19406cd1 | |
Eric Paci | ea970f99a0 | |
Eric Paci | 9404b01c9a | |
Eric Paci | 96ce02d1f3 | |
Eric Paci | f47b3a3ed7 |
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue