tracks/go/exercises/robot-simulator/defs.go in trackler-1.0.4.0 vs tracks/go/exercises/robot-simulator/defs.go in trackler-1.0.4.1
- old
+ new
@@ -3,10 +3,10 @@
import "fmt"
// definitions used in step 1
var Step1Robot struct {
- X, Y int
+ X, Y int
Dir
}
type Dir int