This commit is contained in:
Volodymyr Patuta 2020-10-28 17:32:36 +01:00
parent c9ad310700
commit 466a257300
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/// A Robot *aka droid* is represented here.
/// Each robot must have a unique id.
pub struct Robot {
id: i32,
id: u32,
o: Orientation,
p: Position,
i: Vec<char>,