state: Added more functionality
This commit is contained in:
@@ -65,6 +65,6 @@ public class Coord {
|
||||
*/
|
||||
@Override
|
||||
public String toString() {
|
||||
return "(" + x + ", " + y + ")";
|
||||
return x + "," + y;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user