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 {}
|
||||
}
|
||||
|
||||
public boolean isSolved() {
|
||||
|
||||
}
|
||||
|
||||
public void print() {
|
||||
int i, j;
|
||||
for (i = 0; i < this.height; i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue