This website works better with JavaScript.
Home
Help
Sign In
ben
/
goldfish
mirror of
https://github.com/earwig/goldfish
Watch
1
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
Kevin put bad bracket
master
Josh Hofing
12 years ago
parent
845cff1932
commit
791e6e1fa0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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++) {
Write
Preview
Loading…
Cancel
Save