ouais
This commit is contained in:
parent
019c8f7ff0
commit
63a8aa88d0
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,10 @@ public class Universe {
|
||||||
else {}
|
else {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public boolean isSolved() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
public void print() {
|
public void print() {
|
||||||
int i, j;
|
int i, j;
|
||||||
for (i = 0; i < this.height; i++) {
|
for (i = 0; i < this.height; i++) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue