add map
This commit is contained in:
parent
b2b00d0d62
commit
22cf314f4d
@ -5,6 +5,7 @@ use std::io;
|
|||||||
struct World {
|
struct World {
|
||||||
x: u32,
|
x: u32,
|
||||||
y: u32,
|
y: u32,
|
||||||
|
map: Vec<char>,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Struct to store robot position.
|
/// Struct to store robot position.
|
||||||
|
Loading…
Reference in New Issue
Block a user