oups
This commit is contained in:
parent
c9ad310700
commit
466a257300
@ -1,7 +1,7 @@
|
|||||||
/// A Robot *aka droid* is represented here.
|
/// A Robot *aka droid* is represented here.
|
||||||
/// Each robot must have a unique id.
|
/// Each robot must have a unique id.
|
||||||
pub struct Robot {
|
pub struct Robot {
|
||||||
id: i32,
|
id: u32,
|
||||||
o: Orientation,
|
o: Orientation,
|
||||||
p: Position,
|
p: Position,
|
||||||
i: Vec<char>,
|
i: Vec<char>,
|
||||||
|
Loading…
Reference in New Issue
Block a user