2020 Day 17 Complete
This commit is contained in:
@@ -72,5 +72,5 @@ func (c *Coordinate3d) GetDownCoord() *Coordinate3d {
|
||||
}
|
||||
}
|
||||
func (c Coordinate3d) String() string {
|
||||
return fmt.Sprintf("[%d, %d, %d]", c.X, c.Y, c.Z)
|
||||
return fmt.Sprintf("[X:%d, Y:%d, Z:%d]", c.X, c.Y, c.Z)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user