Start of some code.
This commit is contained in:
6
types/position.go
Normal file
6
types/position.go
Normal file
@ -0,0 +1,6 @@
|
||||
package types
|
||||
|
||||
type Position struct {
|
||||
x int
|
||||
y int
|
||||
}
|
5
types/robots.go
Normal file
5
types/robots.go
Normal file
@ -0,0 +1,5 @@
|
||||
package types
|
||||
|
||||
type Robot struct {
|
||||
position Position
|
||||
}
|
Reference in New Issue
Block a user