Browse Source

Kevin put bad bracket

master
Josh Hofing 11 years ago
parent
commit
791e6e1fa0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Grid.java

+ 1
- 1
src/Grid.java View File

@@ -16,7 +16,7 @@ public class Grid {
}
}

public String toString() }
public String toString() {
String ans = "";
for(int i = 0; i < _grid.length; i++) {
for(int j = 0; j < _grid[i].length; j++) {


Loading…
Cancel
Save